dovecot-2.2: lib-http server: Removed extra "return;" that was n...

dovecot at dovecot.org dovecot at dovecot.org
Tue Aug 5 14:11:39 UTC 2014


details:   http://hg.dovecot.org/dovecot-2.2/rev/8bb726d6c5db
changeset: 17677:8bb726d6c5db
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Aug 05 16:09:44 2014 +0200
description:
lib-http server: Removed extra "return;" that was never called.

diffstat:

 src/lib-http/http-server-connection.c |  1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diffs (11 lines):

diff -r 898d4cce2aa9 -r 8bb726d6c5db src/lib-http/http-server-connection.c
--- a/src/lib-http/http-server-connection.c	Tue Aug 05 16:07:25 2014 +0200
+++ b/src/lib-http/http-server-connection.c	Tue Aug 05 16:09:44 2014 +0200
@@ -510,7 +510,6 @@
 				conn->input_broken = TRUE;
 				http_server_request_fail_close(req, 413, "Payload Too Large");
 				break;
-			return;
 			default:
 				i_unreached();
 			}


More information about the dovecot-cvs mailing list