1
0
mirror of https://github.com/osmarks/ngircd.git synced 2024-10-28 04:46:17 +00:00

fix embarassing cut&paste error (add missing } )

This commit is contained in:
Florian Westphal 2005-06-17 23:17:09 +00:00
parent c06c815c28
commit 9dc5e50226

View File

@ -12,7 +12,7 @@
#include "portab.h"
static char UNUSED id[] = "$Id: ngircd.c,v 1.99 2005/06/17 23:13:41 fw Exp $";
static char UNUSED id[] = "$Id: ngircd.c,v 1.100 2005/06/17 23:17:09 fw Exp $";
/**
* @file
@ -796,7 +796,7 @@ NGIRCd_Init( bool NGIRCd_NoDaemon )
else
Log( LOG_ERR, "Can't change working directory to \"%s\": %s",
pwd->pw_dir, strerror( errno ));
}
} else {
Log( LOG_ERR, "Can't get user informaton for UID %d!?", Conf_UID );
}