rpc.tlsservd: Delete set but unused variable

This commit is contained in:
Rick Macklem 2022-04-26 19:29:01 -07:00
parent 8290c14420
commit 350668eb09

View File

@ -142,7 +142,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;
@ -177,7 +177,6 @@ main(int argc, char **argv)
rpctls_dnsname = hostname;
}
debug = 0;
rpctls_verbose = false;
while ((ch = getopt_long(argc, argv, "D:dhl:n:mp:r:uvWw", longopts,
NULL)) != -1) {