Fixed some compiler warnings with gcc

This commit is contained in:
Dan Fandrich 2008-10-01 17:34:24 +00:00
parent 91bc396178
commit 88513d2d1a
7 changed files with 15 additions and 13 deletions

View file

@ -71,7 +71,7 @@ const char *serverlogfile=""; /* for a util.c function we don't use */
int main(int argc, char *argv[])
{
int arg=1;
char *host;
const char *host = NULL;
int rc;
while(argc>arg) {