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.
|
* TLS handshake.
|
||||||
*/
|
*/
|
||||||
struct sockaddr_un sun;
|
struct sockaddr_un sun;
|
||||||
int ch, debug, fd, oldmask;
|
int ch, fd, oldmask;
|
||||||
SVCXPRT *xprt;
|
SVCXPRT *xprt;
|
||||||
struct timeval tm;
|
struct timeval tm;
|
||||||
struct timezone tz;
|
struct timezone tz;
|
||||||
@ -177,7 +177,6 @@ main(int argc, char **argv)
|
|||||||
rpctls_dnsname = hostname;
|
rpctls_dnsname = hostname;
|
||||||
}
|
}
|
||||||
|
|
||||||
debug = 0;
|
|
||||||
rpctls_verbose = false;
|
rpctls_verbose = false;
|
||||||
while ((ch = getopt_long(argc, argv, "D:dhl:n:mp:r:uvWw", longopts,
|
while ((ch = getopt_long(argc, argv, "D:dhl:n:mp:r:uvWw", longopts,
|
||||||
NULL)) != -1) {
|
NULL)) != -1) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user