summaryrefslogtreecommitdiffstats
path: root/lib/librpcsvc/yp_update.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/librpcsvc/yp_update.c')
-rw-r--r--lib/librpcsvc/yp_update.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/librpcsvc/yp_update.c b/lib/librpcsvc/yp_update.c
index 5585e75..bfa1bb1 100644
--- a/lib/librpcsvc/yp_update.c
+++ b/lib/librpcsvc/yp_update.c
@@ -87,7 +87,7 @@ yp_update(domain, map, ypop, key, keylen, data, datalen)
return(YPERR_RPC);
/*
- * Assemble netname of server.
+ * Assemble netname of server.
* NOTE: It's difficult to discern from the documentation, but
* when you make a Secure RPC call, the netname you pass should
* be the netname of the guy on the other side, not your own
@@ -124,7 +124,7 @@ yp_update(domain, map, ypop, key, keylen, data, datalen)
* us right away, and we only have to exert a small amount of
* extra effort.
*/
- switch(ypop) {
+ switch (ypop) {
case YPOP_CHANGE:
upargs.mapname = map;
upargs.key.yp_buf_len = keylen;
OpenPOWER on IntegriCloud