X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libraries%2Flibldap%2Furltest.c;h=bfe5c0eed31a3248efc11e14df6dd804bef3a8f5;hb=cdcc24691a3d272ba9fca46151ea5294a18c4922;hp=8012cfc020031045621436b6307fbaa11a45fa1c;hpb=4856d82ff9a6f3f0430d5810564453ef2506920e;p=openldap diff --git a/libraries/libldap/urltest.c b/libraries/libldap/urltest.c index 8012cfc020..bfe5c0eed3 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-2006 The OpenLDAP Foundation. + * Copyright 1998-2008 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; }