]> andersk Git - moira.git/commitdiff
Add to list of things we skip.
authorzacheiss <zacheiss>
Fri, 29 May 2009 15:26:32 +0000 (15:26 +0000)
committerzacheiss <zacheiss>
Fri, 29 May 2009 15:26:32 +0000 (15:26 +0000)
incremental/winad/winad.c

index 6ded2df9f1f7a183a5d6db2f4d99131e5c5ebccd..a7469ec64fc6faf77e79b546820a1dbeb50e1d7a 100755 (executable)
@@ -7849,6 +7849,7 @@ int find_homeMDB(LDAP *ldap_handle, char *dn_path, char **homeMDB,
       
       while(gPtr) {
        if (((s = strstr(gPtr->dn, "Public")) != (char *) NULL) ||
+           ((s = strstr(gPtr->dn, "Reserve")) != (char *) NULL) ||
            ((s = strstr(gPtr->dn, "Recovery")) != (char *) NULL))
          {
            gPtr = gPtr->next;
This page took 0.041185 seconds and 5 git commands to generate.