25 Aug
2009
25 Aug
'09
3:22 a.m.
shiva shankar wrote:
hi
i added below code to get username,
VALUE_PAIR *vp; vp = pairfind(request->packet->vps, PW_USER_NAME);
printf("x equals %s \n", vp);
it is not printing anything
We do *not* teach C programming on this list. Buy a book, or take a course. Alan DeKok.