]> git.sur5r.net Git - openldap/commitdiff
cleanup
authorPierangelo Masarati <ando@openldap.org>
Thu, 13 May 2004 22:59:14 +0000 (22:59 +0000)
committerPierangelo Masarati <ando@openldap.org>
Thu, 13 May 2004 22:59:14 +0000 (22:59 +0000)
servers/slapd/saslauthz.c

index 382ef1b4980c7a1e0a34a60bb18b3ea5190ac1a5..f90706975c4523243d52ad1275f4971abe5fa7d4 100644 (file)
@@ -252,8 +252,9 @@ static int slap_parseURI( Operation *op, struct berval *uri,
                        }
 
                } else {
-                       if ( bv.bv_val[ 0 ] != ':' )
+                       if ( bv.bv_val[ 0 ] != ':' ) {
                                return LDAP_PROTOCOL_ERROR;
+                       }
                        *scope = LDAP_X_SCOPE_EXACT;
                        bv.bv_val++;
                }