]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap/dsparse.c
Fix ldap_send_initial_request() to open connection if not already
[openldap] / libraries / libldap / dsparse.c
index 34755ea991b82e33083950bc755b085651fd0369..139d9a610ed8d339a7d11465239cc9311bd52dc1 100644 (file)
@@ -192,7 +192,7 @@ next_token( char **sp )
        return( NULL );
     }
 
-    return( ldap_strdup( tokstart ));
+    return( strdup( tokstart ));
 }