]> diplodocus.org Git - nmh/commitdiff
Removed redundant initialization of local variable tls.
authorDavid Levine <levinedl@acm.org>
Wed, 24 Apr 2019 22:46:51 +0000 (18:46 -0400)
committerDavid Levine <levinedl@acm.org>
Wed, 24 Apr 2019 22:46:51 +0000 (18:46 -0400)
Fix to commit ec173fd2c.  gcc noticed that it, in effect, it
was declared as an int but initialized the second time with
a bool value.

uip/inc.c

index dc49337d25dfc7371be1059493d0d8f7fdae5b50..e40b730684e9ba38caca762945e400e3acababa3 100644 (file)
--- a/uip/inc.c
+++ b/uip/inc.c
@@ -253,7 +253,7 @@ main (int argc, char **argv)
     if (pophost && *pophost)
        host = pophost;
 
-    sasl = tls = false;
+    sasl = false;
     chgflag = noisy = noverify = true;
     while ((cp = *argp++)) {
        if (*cp == '-') {