[Box Backup-dev] COMMIT r639 - box/chris/general/bin/bbackupd

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Thu Jul 6 21:57:14 BST 2006


Author: chris
Date: 2006-07-06 20:57:11 +0000 (Thu, 06 Jul 2006)
New Revision: 639

Modified:
   box/chris/general/bin/bbackupd/BackupDaemon.cpp
Log:
* BackupDaemon.cpp
- Fixed spelink eeror


Modified: box/chris/general/bin/bbackupd/BackupDaemon.cpp
===================================================================
--- box/chris/general/bin/bbackupd/BackupDaemon.cpp	2006-07-06 20:56:37 UTC (rev 638)
+++ box/chris/general/bin/bbackupd/BackupDaemon.cpp	2006-07-06 20:57:11 UTC (rev 639)
@@ -1048,7 +1048,7 @@
 			{
 #ifdef PLATFORM_CANNOT_FIND_PEER_UID_OF_UNIX_SOCKET
 				bool uidOK = true;
-				::syslog(LOG_WARNING, "On this platform, no security check can be made on the credientials of peers connecting to the command socket. (bbackupctl)");
+				::syslog(LOG_WARNING, "On this platform, no security check can be made on the credentials of peers connecting to the command socket. (bbackupctl)");
 #else
 				// Security check -- does the process connecting to this socket have
 				// the same UID as this process?




More information about the Boxbackup-dev mailing list