commit 45d21473530b5cc6e7835722ece16e735d495497
Author: Oswald Buddenhagen <[email protected]>
Date: Sat Sep 15 11:57:14 2012 +0200
quote mailbox names written to config file
src/compat/config.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/compat/config.c b/src/compat/config.c
index d68f2c1..bcbe214 100644
--- a/src/compat/config.c
+++ b/src/compat/config.c
@@ -456,10 +456,10 @@ write_config( int fd )
box->channel_name = cn;
gotchan:
if (box->path[0] == '/')
- fprintf( fp, "Channel %s\nMaster :%s:%s\nSlave
:local_root:%s\n",
+ fprintf( fp, "Channel %s\nMaster
:%s:\"%s\"\nSlave :local_root:\"%s\"\n",
box->channel_name, box->store_name,
box->box, box->path + 1 );
else
- fprintf( fp, "Channel %s\nMaster :%s:%s\nSlave
:local:%s\n",
+ fprintf( fp, "Channel %s\nMaster
:%s:\"%s\"\nSlave :local:\"%s\"\n",
box->channel_name, box->store_name,
box->box, box->path );
write_channel_parm( fp, box );
}
------------------------------------------------------------------------------
How fast is your code?
3 out of 4 devs don\\\'t know how their code performs in production.
Find out how slow your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219672;13503038;z?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
isync-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/isync-devel