dovecot-2.2: Comment update.

dovecot at dovecot.org dovecot at dovecot.org
Sat Sep 14 00:27:12 EEST 2013


details:   http://hg.dovecot.org/dovecot-2.2/rev/ae309d070b44
changeset: 16729:ae309d070b44
user:      Timo Sirainen <tss at iki.fi>
date:      Sat Sep 14 00:26:58 2013 +0300
description:
Comment update.

diffstat:

 src/lib/connection.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (13 lines):

diff -r d483e6eb9a2c -r ae309d070b44 src/lib/connection.h
--- a/src/lib/connection.h	Sat Sep 14 00:26:45 2013 +0300
+++ b/src/lib/connection.h	Sat Sep 14 00:26:58 2013 +0300
@@ -36,7 +36,8 @@
 	void (*client_connected)(struct connection *conn, bool success);
 
 	/* implement one of the input*() methods.
-	   They return 0 = ok, -1 = error, disconnect the client */
+	   They return 1 = ok, continue. 0 = ok, but stop processing more
+	   lines, -1 = error, disconnect the client. */
 	void (*input)(struct connection *conn);
 	int (*input_line)(struct connection *conn, const char *line);
 	int (*input_args)(struct connection *conn, const char *const *args);


More information about the dovecot-cvs mailing list