[Wepg-devel] pcond/src HostUser.C,1.1.1.1,1.2 wepginc.h,1.1.1.1,NONE wepgutil.C,1.1.1.1,NONE wepguti
Brought to you by:
leonvs
|
From: Leon v. S. <le...@us...> - 2004-07-29 15:58:35
|
Update of /cvsroot/wepg/pcond/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv327/src Modified Files: HostUser.C Removed Files: wepginc.h wepgutil.C wepgutil.h Log Message: ok Index: HostUser.C =================================================================== RCS file: /cvsroot/wepg/pcond/src/HostUser.C,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** HostUser.C 28 Nov 2003 17:36:11 -0000 1.1.1.1 --- HostUser.C 29 Jul 2004 15:58:27 -0000 1.2 *************** *** 91,94 **** --- 91,96 ---- return retval; } + for (int j=0; j<sizeof(info); j++) printf("%c", ((char*)&info)[j] ); + printf("\n"); char euser_name[257]; *************** *** 128,131 **** --- 130,134 ---- } else { + printf("user:'%s'\n", info.username); errprintf( "unanounced user %s", (const char*)info.username ); mysql_free_result( rs ); --- wepginc.h DELETED --- --- wepgutil.C DELETED --- --- wepgutil.h DELETED --- |