fix arg for pairread()
authorfcusack <fcusack>
Mon, 10 Jun 2002 10:41:45 +0000 (10:41 +0000)
committerfcusack <fcusack>
Mon, 10 Jun 2002 10:41:45 +0000 (10:41 +0000)
src/modules/rlm_ldap/rlm_ldap.c

index 90c2c86..55e75d1 100644 (file)
@@ -1405,7 +1405,7 @@ ldap_pairget(LDAP * ld, LDAPMessage * entry,
 
                                if (is_generic_attribute) {
                                        /* this is a generic attribute */
-                                       int dummy; /* makes pairread happy */
+                                       LRAD_TOKEN dummy; /* makes pairread happy */
                                        
                                        /* not sure if using pairread here is ok ... */
                                        if ( (newpair = pairread(&ptr, &dummy)) != NULL) {