]> git.sur5r.net Git - openldap/commitdiff
Fix typo in glue_back_select
authorHoward Chu <hyc@openldap.org>
Mon, 10 Dec 2001 12:30:43 +0000 (12:30 +0000)
committerHoward Chu <hyc@openldap.org>
Mon, 10 Dec 2001 12:30:43 +0000 (12:30 +0000)
servers/slapd/backglue.c

index 48ec03100bfdd21e0a1bad59210947fbaca339bd..ff312425f7f04541b3479db355eb4d290cce2394 100644 (file)
@@ -70,7 +70,7 @@ glue_back_select (
                        return gi->n[i].be;
                }
        }
-       return be;
+       return NULL;
 }
 
 /* This function will only be called in tool mode */