From: Nick Mathewson Date: Thu, 5 Sep 2019 11:57:36 +0000 (-0400) Subject: config: note that some arguments are required. X-Git-Tag: tor-0.4.2.1-alpha~33^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eb909c4e433087b466e78d33af8eed47adcabf16;p=thirdparty%2Ftor.git config: note that some arguments are required. --- diff --git a/src/app/config/confparse.c b/src/app/config/confparse.c index b0ff4daa83..054d2addbd 100644 --- a/src/app/config/confparse.c +++ b/src/app/config/confparse.c @@ -581,6 +581,8 @@ config_mark_lists_fragile(const config_mgr_t *mgr, void *options) /** * Log a warning that declaring that the option called what * is deprecated because of the reason in why. + * + * (Both arguments must be non-NULL.) **/ void warn_deprecated_option(const char *what, const char *why)