From: Kurt Zeilenga Date: Thu, 24 May 2001 00:42:08 +0000 (+0000) Subject: add missing return bug X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~1388 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2433719316cbf87b2cfe20faa29994e12a052165;p=openldap add missing return bug --- diff --git a/servers/slapd/at.c b/servers/slapd/at.c index 63eda95ad2..fd62fe0770 100644 --- a/servers/slapd/at.c +++ b/servers/slapd/at.c @@ -328,6 +328,7 @@ at_add( } code = at_insert(sat,err); + return code; } #ifdef LDAP_DEBUG