]> git.sur5r.net Git - openldap/blobdiff - clients/ud/main.c
modify ldap_dn2ufn() to return completely typeless UFNs
[openldap] / clients / ud / main.c
index aebf89c4dc83e8919d70e27f696cdd5fbe48b4be..4e2dac8adbbefb58fa8741e24e6b335256bb8333 100644 (file)
@@ -331,7 +331,7 @@ change_base( int type, char **base, char *s )
 {
        register char *cp;                      /* utility pointers */
        char **rdns;                            /* for parsing */
-       char *output_string;                    /* for nice output */
+       char *output_string = NULL;             /* for nice output */
        int num_picked;                         /* # of selected base */
        int j;                                  /* used with num_picked */
        int i = 1;                              /* index into choices array */