summaryrefslogtreecommitdiffstats
path: root/chpass
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-12-18 15:27:43 +0000
committerBruce Evans <bde@FreeBSD.org>1997-12-18 15:27:43 +0000
commit7f8127631e1bac29c415232d7aeca785fa8ec628 (patch)
treebf9b62d708d86b136f90941a78e6146a7ad3eed3 /chpass
parentb5bae0f358218d2851ef0888de72404511e4ea9f (diff)
downloadpw-darwin-7f8127631e1bac29c415232d7aeca785fa8ec628.tar.gz
pw-darwin-7f8127631e1bac29c415232d7aeca785fa8ec628.tar.zst
pw-darwin-7f8127631e1bac29c415232d7aeca785fa8ec628.zip
Removed extra (non-trailing) arg in a call to warnx().
Diffstat (limited to 'chpass')
-rw-r--r--chpass/pw_yp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/chpass/pw_yp.c b/chpass/pw_yp.c
index 23c8715..777ec54 100644
--- a/chpass/pw_yp.c
+++ b/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);
}
}