summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ldapd
diff options
context:
space:
mode:
authorrob <rob@openbsd.org>2018-06-29 15:18:03 +0000
committerrob <rob@openbsd.org>2018-06-29 15:18:03 +0000
commitf2508e7f4527e36bdc66879d772a83aff89c400a (patch)
treeebda1dd61f3e949644753a4567ca523fa416671e /usr.sbin/ldapd
parentPrepare the ground for allowing temporary aspath object living on the stack. (diff)
downloadwireguard-openbsd-f2508e7f4527e36bdc66879d772a83aff89c400a.tar.xz
wireguard-openbsd-f2508e7f4527e36bdc66879d772a83aff89c400a.zip
Synchronize ber.c and ber.h across ldap, ldapd, and ypldap, and reduce diff
with snmpd. More tweaks to come once things are fully synchronized. Feedback from claudio and Robert Klein. Ok claudio@
Diffstat (limited to 'usr.sbin/ldapd')
-rw-r--r--usr.sbin/ldapd/ber.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ldapd/ber.c b/usr.sbin/ldapd/ber.c
index 2a3988db5ce..1c4f7ddccef 100644
--- a/usr.sbin/ldapd/ber.c
+++ b/usr.sbin/ldapd/ber.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ber.c,v 1.14 2018/06/27 13:22:17 rob Exp $ */
+/* $OpenBSD: ber.c,v 1.15 2018/06/29 15:18:03 rob Exp $ */
/*
* Copyright (c) 2007 Reyk Floeter <reyk@vantronix.net>
@@ -729,7 +729,7 @@ ber_scanf_elements(struct ber_element *ber, char *fmt, ...)
goto fail;
ber = parent[level--];
ret++;
- continue;
+ break;
default:
goto fail;
}