]> git.sur5r.net Git - openldap/commitdiff
Fix init error
authorKurt Zeilenga <kurt@openldap.org>
Fri, 27 Aug 2004 17:54:18 +0000 (17:54 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 27 Aug 2004 17:54:18 +0000 (17:54 +0000)
tests/progs/slapd-modify.c

index 449d1fc19e3c23caec86325dd1b8a31e7ae2de32..b6398da203785d46bfff7e3ef87d10831b6e0e17 100644 (file)
@@ -131,12 +131,12 @@ do_modify( char *uri, char *host, int port, char *manager,
        int     i;
        pid_t   pid;
 
-       pid = getpid();
-       
        struct ldapmod mod;
        struct ldapmod *mods[2];
        char *values[2] = { value, NULL };
 
+       pid = getpid();
+       
        mod.mod_op = LDAP_MOD_ADD;
        mod.mod_type = attr;
        mod.mod_values = values;