rpc.tlsservd: Delete set but unused variable
This commit is contained in:
parent
8290c14420
commit
350668eb09
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user