]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib: Add connection.allow_empty_args_input
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Tue, 15 Nov 2016 16:39:08 +0000 (18:39 +0200)
committerGitLab <gitlab@git.dovecot.net>
Fri, 18 Nov 2016 11:42:01 +0000 (13:42 +0200)
commita5b64f1abb1cb0a9718d5bf7f0ae808072237259
tree079c926154df43bbbb6b9aec0f0fd2ca0141c172
parent990d55ce3fc461eeacce3ef830b1c5dde5c3f150
lib: Add connection.allow_empty_args_input

This simplifies input_args() callbacks since they don't always have to check
for args[0] == NULL. This is enabled by default, because none of the current
users want it and it's somewhat unlikely there even will be those in future.
src/lib/connection.c
src/lib/connection.h