Shut the compiler up; initializes the sotype variable to zero in
nfs_tryproto(). Reviewed by: rmacklem
This commit is contained in:
parent
96e75396e1
commit
d0654c8566
@ -866,6 +866,7 @@ nfs_tryproto(struct addrinfo *ai, char *hostp, char *spec, char **errstr,
|
||||
enum clnt_stat stat;
|
||||
enum mountmode trymntmode;
|
||||
|
||||
sotype = 0;
|
||||
trymntmode = mountmode;
|
||||
errbuf[0] = '\0';
|
||||
*errstr = errbuf;
|
||||
|
Loading…
x
Reference in New Issue
Block a user