X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libraries%2Flibldap%2Furltest.c;h=8d83ff66c167d2753001e78b083b8c672d271987;hb=3a2e98e91c3a8f93e5b37cb7e5a76708194cff77;hp=87db0b676a01f1265ac9aa0338d18f4f6d7f625b;hpb=da6d9eb0463255782f3fa70c61fd958d94c048cf;p=openldap diff --git a/libraries/libldap/urltest.c b/libraries/libldap/urltest.c index 87db0b676a..8d83ff66c1 100644 --- a/libraries/libldap/urltest.c +++ b/libraries/libldap/urltest.c @@ -2,7 +2,7 @@ /* $OpenLDAP$ */ /* This work is part of OpenLDAP Software . * - * 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; }