=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rup/rup.c,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- src/usr.bin/rup/rup.c 2001/06/18 22:18:02 1.12 +++ src/usr.bin/rup/rup.c 2001/06/18 22:19:04 1.13 @@ -1,4 +1,4 @@ -/* $OpenBSD: rup.c,v 1.12 2001/06/18 22:18:02 millert Exp $ */ +/* $OpenBSD: rup.c,v 1.13 2001/06/18 22:19:04 deraadt Exp $ */ /*- * Copyright (c) 1993, John Brezak @@ -34,7 +34,7 @@ */ #ifndef lint -static char rcsid[] = "$OpenBSD: rup.c,v 1.12 2001/06/18 22:18:02 millert Exp $"; +static char rcsid[] = "$OpenBSD: rup.c,v 1.13 2001/06/18 22:19:04 deraadt Exp $"; #endif /* not lint */ #include @@ -267,6 +267,7 @@ xdr_statstime, &host_stat, timeout) != RPC_SUCCESS) { fprintf(stderr, "%s: %s", __progname, clnt_sperror(rstat_clnt, host)); + clnt_destroy(rstat_clnt); return; }