diff options
Diffstat (limited to 'usr.sbin/ldapd/schema.c')
| -rw-r--r-- | usr.sbin/ldapd/schema.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ldapd/schema.c b/usr.sbin/ldapd/schema.c index 448a5b24521..263596095cf 100644 --- a/usr.sbin/ldapd/schema.c +++ b/usr.sbin/ldapd/schema.c @@ -1,4 +1,4 @@ -/* $OpenBSD: schema.c,v 1.18 2019/02/13 22:57:08 deraadt Exp $ */ +/* $OpenBSD: schema.c,v 1.19 2019/10/24 12:39:26 tb Exp $ */ /* * Copyright (c) 2010 Martin Hedenfalk <martinh@openbsd.org> @@ -251,7 +251,7 @@ int is_oidstr(const char *oidstr) { struct ber_oid oid; - return (ber_string2oid(oidstr, &oid) == 0); + return (ober_string2oid(oidstr, &oid) == 0); } static struct name_list * |
