]> git.sur5r.net Git - openldap/commitdiff
'static' must come before 'const'.
authorHallvard Furuseth <hallvard@openldap.org>
Sun, 19 Jan 2003 13:35:53 +0000 (13:35 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Sun, 19 Jan 2003 13:35:53 +0000 (13:35 +0000)
libraries/libldap/dnssrv.c

index 8ac282d7b69184424e47776602039c80b492026e..c76b1c07e213aaa8c5e4b343b3ccad55f9af5f16 100644 (file)
@@ -43,8 +43,8 @@ int ldap_dn2domain(
        LDAPRDN *rdn = NULL;
        LDAPAVA *ava = NULL;
        struct berval domain = { 0, NULL };
-       const static struct berval DC = BER_BVC("DC");
-       const static struct berval DCOID = BER_BVC("0.9.2342.19200300.100.1.25");
+       static const struct berval DC = BER_BVC("DC");
+       static const struct berval DCOID = BER_BVC("0.9.2342.19200300.100.1.25");
 
        assert( dn_in != NULL );
        assert( domainp != NULL );