summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-12-18 15:27:43 +0000
committerbde <bde@FreeBSD.org>1997-12-18 15:27:43 +0000
commit731c4cc06ff427a312621fd30750f81dde91723a (patch)
tree86a1495cd2ebe4a3d42acece6fb597501e18104e
parente90eb097391f353e259d4057239f045c11da3ada (diff)
downloadFreeBSD-src-731c4cc06ff427a312621fd30750f81dde91723a.zip
FreeBSD-src-731c4cc06ff427a312621fd30750f81dde91723a.tar.gz
Removed extra (non-trailing) arg in a call to warnx().
-rw-r--r--usr.bin/chpass/pw_yp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/chpass/pw_yp.c b/usr.bin/chpass/pw_yp.c
index 23c8715..777ec54 100644
--- a/usr.bin/chpass/pw_yp.c
+++ b/usr.bin/chpass/pw_yp.c
@@ -35,7 +35,7 @@
* Center for Telecommunications Research
* Columbia University, New York City
*
- * $Id: pw_yp.c,v 1.2 1997/07/28 18:32:05 wpaul Exp $
+ * $Id: pw_yp.c,v 1.11 1997/07/29 15:45:36 wpaul Exp $
*/
#ifdef YP
@@ -487,7 +487,7 @@ void yp_submit(pw)
if ((clnt = clnt_create(master, YPPASSWDPROG,
YPPASSWDVERS, "udp")) == NULL) {
warnx("failed to contact rpc.yppasswdd: %s",
- master, clnt_spcreateerror(master));
+ clnt_spcreateerror(master));
pw_error(tempname, 0, 1);
}
}
OpenPOWER on IntegriCloud