diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 1996-05-07 21:08:20 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 1996-05-07 21:08:20 +0000 |
| commit | a7bd0e76fc357f27c29c4f5d81f5e10159608e09 (patch) | |
| tree | 0622258f24960c9d143112b24ec91310eda6d1cb /libexec | |
| parent | 574105908284f8aedf21aed46b2dfca487c33e0a (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/ypxfr/ypxfr_misc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/ypxfr/ypxfr_misc.c b/libexec/ypxfr/ypxfr_misc.c index 8a6059a6e2a4..77183f4c2224 100644 --- a/libexec/ypxfr/ypxfr_misc.c +++ b/libexec/ypxfr/ypxfr_misc.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ypxfr_misc.c,v 1.7 1996/02/04 04:05:30 wpaul Exp $ + * $Id: ypxfr_misc.c,v 1.2 1996/02/04 05:18:44 wpaul Exp $ */ #include <stdlib.h> #include <unistd.h> @@ -41,7 +41,7 @@ struct dom_binding {}; #include "ypxfr_extern.h" #ifndef lint -static const char rcsid[] = "$Id: ypxfr_misc.c,v 1.7 1996/02/04 04:05:30 wpaul Exp $"; +static const char rcsid[] = "$Id: ypxfr_misc.c,v 1.2 1996/02/04 05:18:44 wpaul Exp $"; #endif char *ypxfrerr_string(code) @@ -188,7 +188,7 @@ failed")); return(NULL); } snprintf(mastername, sizeof(mastername), "%s", resp->peer); - xdr_free(xdr_ypresp_master, (char *)&resp); +/* xdr_free(xdr_ypresp_master, (char *)&resp); */ return((char *)&mastername); } } |
