[Sumover-dev] [svn commit] r3933 - common/trunk/src

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Wed Nov 15 18:20:48 GMT 2006


Author: ucacsva
Date: Wed Nov 15 18:21:13 2006
New Revision: 3933

Modified:
   common/trunk/src/rtp.c

Log:
(Here's the correct commit log, ignore previous one)
- Removed some static FD_SETS to make common thread safe.
- Set CNAME=UNKNOWN@<host> on Linux, if /etc/password entry not found. (Rhys Hawkins)

Modified: common/trunk/src/rtp.c
==============================================================================
--- common/trunk/src/rtp.c	(original)
+++ common/trunk/src/rtp.c	Wed Nov 15 18:21:13 2006
@@ -917,7 +917,7 @@
                 	strcat(cname, "@");
         	}
 	} else {
-		strncpy(cname, "nobody@", MAXCNAMELEN - 1);
+		strncpy(cname, "UNKNOWN@", MAXCNAMELEN - 1);
 	}
 #endif
         



More information about the Sumover-dev mailing list