rpc.tlsservd: Delete set but unused variable

(cherry picked from commit 350668eb09)
This commit is contained in:
Rick Macklem 2022-04-26 19:29:01 -07:00
parent 1384d18827
commit e080b609a8

View file

@ -146,7 +146,7 @@ main(int argc, char **argv)
* TLS handshake.
*/
struct sockaddr_un sun;
int ch, debug, fd, oldmask;
int ch, fd, oldmask;
SVCXPRT *xprt;
struct timeval tm;
struct timezone tz;
@ -181,7 +181,6 @@ main(int argc, char **argv)
rpctls_dnsname = hostname;
}
debug = 0;
rpctls_verbose = false;
while ((ch = getopt_long(argc, argv, "2C:D:dhl:n:mp:r:uvWw", longopts,
NULL)) != -1) {