clnt_destroy man page says it will close the socket

This commit is contained in:
Doug MacEachern 2005-02-21 02:43:46 +00:00
parent 4436d27abd
commit 2714eb3718
1 changed files with 0 additions and 1 deletions

View File

@ -465,7 +465,6 @@ SIGAR_DECLARE(int) sigar_nfs_ping(char *host)
retval = -1; retval = -1;
} }
close(sock);
clnt_destroy(client); clnt_destroy(client);
return retval; return retval;