]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#9012 one more Win64 fix
authorHoward Chu <hyc@openldap.org>
Sun, 21 Apr 2019 21:10:03 +0000 (22:10 +0100)
committerQuanah Gibson-Mount <quanah@openldap.org>
Sun, 21 Apr 2019 23:34:47 +0000 (23:34 +0000)
Was omitted from dda779d83e701c43ef48780653f396329e16c755

servers/slapd/config.c

index 93690807276d04e860bb9770ebfc6f7598e014e6..fd633914ce656a551465290ce0eee29ec3479c3e 100644 (file)
@@ -133,7 +133,7 @@ int config_check_vals(ConfigTable *Conf, ConfigArgs *c, int check_only ) {
        int rc, arg_user, arg_type, arg_syn, iarg;
        unsigned uiarg;
        long larg;
-       unsigned long ularg;
+       size_t ularg;
        ber_len_t barg;
        
        if(Conf->arg_type == ARG_IGNORED) {