[Box Backup-commit] COMMIT r1835 - box/chris/general/lib/common

boxbackup-dev@fluffy.co.uk boxbackup-dev@fluffy.co.uk
Fri, 14 Sep 2007 23:11:30 +0100


Author: chris
Date: 2007-09-14 23:11:30 +0100 (Fri, 14 Sep 2007)
New Revision: 1835

Modified:
   box/chris/general/lib/common/BoxPortsAndFiles.h
Log:
Remove default pipe name to prevent applications from using it.


Modified: box/chris/general/lib/common/BoxPortsAndFiles.h
===================================================================
--- box/chris/general/lib/common/BoxPortsAndFiles.h	2007-09-14 21:25:58 UTC (rev 1834)
+++ box/chris/general/lib/common/BoxPortsAndFiles.h	2007-09-14 22:11:30 UTC (rev 1835)
@@ -36,8 +36,5 @@
 #define BOX_FILE_BBSTORED_DEFAULT_CONFIG 	"/etc/box/bbstored.conf"
 #endif
 
-// Default name of the named pipe
-#define BOX_NAMED_PIPE_NAME L"\\\\.\\pipe\\boxbackup"
-
 #endif // BOXPORTSANDFILES__H