]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix small memleak introduced in recent patch; fixe 6455.
authorNick Mathewson <nickm@torproject.org>
Tue, 24 Jul 2012 14:20:00 +0000 (10:20 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 24 Jul 2012 14:20:00 +0000 (10:20 -0400)
src/or/config.c

index 0271cfdb87d31a6df5e3b7296c3014bfab5920a9..281c458b82bf8c17aefb4228aae989662b83cce2 100644 (file)
@@ -4025,7 +4025,7 @@ options_validate(or_options_t *old_options, or_options_t *options,
     log_notice(LD_GENERAL, "Tor is not configured as a relay but you specified"
                " a ServerTransportPlugin line (%s). The ServerTransportPlugin "
                "line will be ignored.",
-               esc_for_log(options->ServerTransportPlugin->value));
+               escaped(options->ServerTransportPlugin->value));
   }
 
   if (options->ConstrainedSockets) {