[Box Backup-dev] COMMIT r748 - box/chris/merge/bin/bbackupd
boxbackup-dev@fluffy.co.uk
boxbackup-dev@fluffy.co.uk
Wed, 9 Aug 2006 18:17:37 +0000 (GMT)
Author: chris
Date: 2006-08-09 18:17:36 +0000 (Wed, 09 Aug 2006)
New Revision: 748
Modified:
box/chris/merge/bin/bbackupd/BackupDaemon.cpp
Log:
* bbackupd/BackupDaemon.cpp
- Cosmetic spelling and formatting fixes
Modified: box/chris/merge/bin/bbackupd/BackupDaemon.cpp
===================================================================
--- box/chris/merge/bin/bbackupd/BackupDaemon.cpp 2006-08-09 18:16:21 UTC (rev 747)
+++ box/chris/merge/bin/bbackupd/BackupDaemon.cpp 2006-08-09 18:17:36 UTC (rev 748)
@@ -965,7 +965,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?
@@ -1149,8 +1149,8 @@
// --------------------------------------------------------------------------
void BackupDaemon::SendSyncStartOrFinish(bool SendStart)
{
- // The bbackupctl program can't rely on a state change, because it may never
- // change if the server doesn't need to be contacted.
+ // The bbackupctl program can't rely on a state change, because it
+ // may never change if the server doesn't need to be contacted.
#ifdef __MINGW32__
#warning race condition: what happens if socket is closed?