[Pvfs2-cvs] commit by slang in pvfs2/src/server: pvfs2-server.c
CVS commit program
cvs at parl.clemson.edu
Thu Apr 5 16:59:25 EDT 2007
Update of /projects/cvsroot/pvfs2/src/server
In directory parlweb1:/tmp/cvs-serv17288/src/server
Modified Files:
Tag: pvfs-2-6-branch
pvfs2-server.c
Log Message:
merge phil's patches from trunk.
Index: pvfs2-server.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/server/pvfs2-server.c,v
diff -p -u -r1.230.6.2 -r1.230.6.3
--- pvfs2-server.c 5 Apr 2007 15:49:50 -0000 1.230.6.2
+++ pvfs2-server.c 5 Apr 2007 20:59:24 -0000 1.230.6.3
@@ -775,10 +775,9 @@ static int server_initialize(
ret = gossip_enable_file(server_config.logfile, "a");
if (ret < 0)
{
- int tmp_errno = errno;
gossip_lerr("error opening log file %s\n",
server_config.logfile);
- return -tmp_errno;
+ return ret;
}
/* log starting message again so it appears in log file, not just
* console
More information about the Pvfs2-cvs
mailing list