diff options
author | 2010-11-20 05:12:38 +0000 | |
---|---|---|
committer | 2010-11-20 05:12:38 +0000 | |
commit | 2144bd4e702974e42e75b45d0be21d36bce1fd55 (patch) | |
tree | fe6c699e845949affcddf3d0a64d0c921d5b20bc /usr.sbin/ypldap/yp.c | |
parent | typo; from ilya a. kovalenko <shadow () oganer ! net> (diff) | |
download | wireguard-openbsd-2144bd4e702974e42e75b45d0be21d36bce1fd55.tar.xz wireguard-openbsd-2144bd4e702974e42e75b45d0be21d36bce1fd55.zip |
clean up cases of ;;
Diffstat (limited to '')
-rw-r--r-- | usr.sbin/ypldap/yp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ypldap/yp.c b/usr.sbin/ypldap/yp.c index 20f68b475f2..4e8b677f344 100644 --- a/usr.sbin/ypldap/yp.c +++ b/usr.sbin/ypldap/yp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: yp.c,v 1.6 2010/08/03 08:24:23 pyr Exp $ */ +/* $OpenBSD: yp.c,v 1.7 2010/11/20 05:12:38 deraadt Exp $ */ /* * Copyright (c) 2008 Pierre-Yves Ritschard <pyr@openbsd.org> * @@ -225,7 +225,7 @@ yp_dispatch(struct svc_req *req, SVCXPRT *trans) if (yp_check(req) == -1) return; cb = (void *)ypproc_all_2_svc; - break;; + break; case YPPROC_MASTER: log_debug("ypproc_master"); if (yp_check(req) == -1) |