[gq-commit] gq/src prefs.c,1.26,1.27
Status: Beta
Brought to you by:
sur5r
From: <sta...@us...> - 2002-09-26 19:56:03
|
Update of /cvsroot/gqclient/gq/src In directory usw-pr-cvs1:/tmp/cvs-serv29839 Modified Files: prefs.c Log Message: * Fixed a tiny, tiny bug causing compilation to fail if the client cache is enabled. Index: prefs.c =================================================================== RCS file: /cvsroot/gqclient/gq/src/prefs.c,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** prefs.c 18 Sep 2002 09:49:24 -0000 1.26 --- prefs.c 26 Sep 2002 19:55:58 -0000 1.27 *************** *** 65,69 **** char *ep = NULL; #if HAVE_LDAP_CLIENT_CACHE - char *ep; int tmp; #endif --- 65,68 ---- |