]> git.sur5r.net Git - openldap/commitdiff
honor signedness
authorPierangelo Masarati <ando@openldap.org>
Mon, 28 Jun 2004 21:20:13 +0000 (21:20 +0000)
committerPierangelo Masarati <ando@openldap.org>
Mon, 28 Jun 2004 21:20:13 +0000 (21:20 +0000)
servers/slapd/config.c

index cd7c13f380e92fd78893cd6ab8528821001948f5..cf0508ff409c58e394fa139bbb5c0d3899439049 100644 (file)
@@ -1667,8 +1667,8 @@ restrict_unknown:;
                        }
 
                        for( i=1; i < cargc; i++ ) {
-                               int     *tgt;
-                               char    *src;
+                               slap_ssf_t      *tgt;
+                               char            *src;
 
                                if ( strncasecmp( cargv[i], "ssf=",
                                                STRLENOF("ssf=") ) == 0 )