]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap/dsparse.c
Updates for MSVC 5.0. Fix libraries names to be ol{ber,dap,..}32.lib.
[openldap] / libraries / libldap / dsparse.c
index 836e2c9007dcffa675e36a22c0d5bdb461aca9e7..139d9a610ed8d339a7d11465239cc9311bd52dc1 100644 (file)
@@ -1,4 +1,8 @@
 /*
+ * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved.
+ * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
+ */
+/*  Portions
  * Copyright (c) 1993, 1994 Regents of the University of Michigan.
  * All rights reserved.
  *
@@ -188,7 +192,7 @@ next_token( char **sp )
        return( NULL );
     }
 
-    return( ldap_strdup( tokstart ));
+    return( strdup( tokstart ));
 }