dovecot-2.0-pigeonhole: ManageSieve: fixed putscript error in pr...

pigeonhole at rename-it.nl pigeonhole at rename-it.nl
Mon Aug 23 20:21:27 EEST 2010


details:   http://hg.rename-it.nl/dovecot-2.0-pigeonhole/rev/743f6dc8150c
changeset: 1387:743f6dc8150c
user:      Stephan Bosch <stephan at rename-it.nl>
date:      Mon Aug 23 19:21:04 2010 +0200
description:
ManageSieve: fixed putscript error in previous commit.

diffstat:

 src/managesieve/cmd-putscript.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 551cd0af5b08 -r 743f6dc8150c src/managesieve/cmd-putscript.c
--- a/src/managesieve/cmd-putscript.c	Mon Aug 23 18:50:58 2010 +0200
+++ b/src/managesieve/cmd-putscript.c	Mon Aug 23 19:21:04 2010 +0200
@@ -431,7 +431,7 @@
 	const char *scriptname;
 
 	/* <scriptname> */
-	if ( !client_read_string_args(cmd, 1, &scriptname) || *scriptname == '\0' )
+	if ( !client_read_string_args(cmd, 1, FALSE, &scriptname) || *scriptname == '\0' )
 		return FALSE;
 
 	return cmd_putscript_start(cmd, scriptname);


More information about the dovecot-cvs mailing list