]> andersk Git - moira.git/commitdiff
Enable qsort() on all platforms, not jusr WIN32.
authorzacheiss <zacheiss>
Thu, 3 May 2001 22:00:15 +0000 (22:00 +0000)
committerzacheiss <zacheiss>
Thu, 3 May 2001 22:00:15 +0000 (22:00 +0000)
incremental/winad/setpw.c

index ed6af233540de1510257ee6abb0c54b338924bdb..ebf8f952cff35caeacef3477c719021ef5f1054c 100644 (file)
@@ -721,9 +721,7 @@ int ad_connect(LDAP **ldap_handle, char *ldap_domain, char *dn_path,
         }
       if (j == 0)
         return(2);
-#ifdef _WIN32
       qsort((void *)server_array, (size_t)j, sizeof(server_array[0]), compare_elements);
-#endif
     }
   else
     strcpy(server_array[0], default_server);
This page took 0.849823 seconds and 5 git commands to generate.