Skip to content
Snippets Groups Projects
Commit 33aaf2f3 authored by jgrg's avatar jgrg
Browse files

commented out call to zmap log before log created which causes crash

parent 749d1f9f
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@
* HISTORY:
* Last edited: Feb 17 12:02 2010 (edgrif)
* Created: Fri Dec 12 13:14:55 2008 (edgrif)
* CVS info: $Id: zmapUtilsUsers.c,v 1.3 2010-02-17 12:04:06 edgrif Exp $
* CVS info: $Id: zmapUtilsUsers.c,v 1.4 2010-02-25 10:20:37 jgrg Exp $
*-------------------------------------------------------------------
*/
......@@ -104,7 +104,8 @@ void zMapUtilsUserInit(void)
}
else
{
zMapLogWarning("Cannot find hostname from \"%s\".", host_name) ;
/* I don't think this works; is the log set up yet? jgrg */
// zMapLogWarning("Cannot find hostname from \"%s\".", host_name) ;
domain_name = "localhost" ;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment