[Box Backup-commit] COMMIT r1696 - box/chris/merge/lib/server

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Mon Jun 4 22:17:08 BST 2007


Author: chris
Date: 2007-06-04 22:17:08 +0100 (Mon, 04 Jun 2007)
New Revision: 1696

Modified:
   box/chris/merge/lib/server/Daemon.cpp
Log:
Get it right this time.


Modified: box/chris/merge/lib/server/Daemon.cpp
===================================================================
--- box/chris/merge/lib/server/Daemon.cpp	2007-06-04 21:13:34 UTC (rev 1695)
+++ box/chris/merge/lib/server/Daemon.cpp	2007-06-04 21:17:08 UTC (rev 1696)
@@ -115,9 +115,9 @@
 	// unfortunately glibc and BSD differ on this point!
 	// http://www.ussg.iu.edu/hypermail/linux/kernel/0305.3/0262.html
 	#ifdef __GLIBC__
+		optind = 0;
+	#else
 		optind = 1;
-	#else
-		optind = 0;
 		optreset = 1;
 	#endif
 




More information about the Boxbackup-commit mailing list