]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap/urltest.c
silence warnings
[openldap] / libraries / libldap / urltest.c
index 87db0b676a01f1265ac9aa0338d18f4f6d7f625b..8d83ff66c167d2753001e78b083b8c672d271987 100644 (file)
@@ -2,7 +2,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 1998-2007 The OpenLDAP Foundation.
+ * Copyright 1998-2009 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -122,5 +122,7 @@ main(int argc, char *argv[])
                }
        }
 
+       fprintf( stdout, "URL: %s\n", ldap_url_desc2str( lud ));
+
        return EXIT_SUCCESS;
 }