From: Alan T. DeKok Date: Thu, 28 Sep 2023 20:46:36 +0000 (-0400) Subject: remove redundant line X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd97fd82e89444806527af5359fef7e6bb43abc3;p=thirdparty%2Ffreeradius-server.git remove redundant line --- diff --git a/src/lib/util/log.c b/src/lib/util/log.c index da79ff50c48..32dfa25fa4a 100644 --- a/src/lib/util/log.c +++ b/src/lib/util/log.c @@ -678,7 +678,6 @@ void fr_vlog_perror(fr_log_t const *log, fr_log_type_t type, char const *file, i if (error && (fmt || f_rules->first_prefix)) { if (fmt) (void) fr_sbuff_in_strcpy(&sbuff, ": "); (void) fr_sbuff_in_strcpy(&sbuff, error); - error = fr_sbuff_start(&sbuff); /* may not be talloced with const */ } error = fr_sbuff_start(&sbuff); /* may not be talloced with const */