]> git.sur5r.net Git - openldap/commitdiff
Fix typo
authorLuke Howard <lukeh@openldap.org>
Fri, 28 Feb 2003 12:55:01 +0000 (12:55 +0000)
committerLuke Howard <lukeh@openldap.org>
Fri, 28 Feb 2003 12:55:01 +0000 (12:55 +0000)
servers/slapd/slapi/slapi_utils.c

index 21fa0e7bac5921368d43fdfa2643baf51369f35a..278764e75cc4acbb9cf80606e191fae4f9a9c6b4 100644 (file)
@@ -1197,7 +1197,7 @@ slapiControlOp2SlapControlMask(unsigned long slapi_mask,
        if ( slapi_mask & SLAPI_OPERATION_ABANDON )
                *slap_mask |= SLAP_CTRL_ABANDON;
 
-       *slap_mask = SLAP_CTRL_FRONTEND;
+       *slap_mask |= SLAP_CTRL_FRONTEND;
 }
 
 static int