summaryrefslogtreecommitdiff
path: root/usr.sbin/ypldap
diff options
context:
space:
mode:
authoraschrijver <aschrijver@cvs.openbsd.org>2009-01-27 11:38:33 +0000
committeraschrijver <aschrijver@cvs.openbsd.org>2009-01-27 11:38:33 +0000
commitc858801350124c6f46eb1e877b0e56d827af3590 (patch)
tree827b94878f5047e0209fe0ecf5dcf3ea5d2fb2f9 /usr.sbin/ypldap
parentb2b2a64cb741bd2ad69ff21d3ae8f8f4087e1ac6 (diff)
Remove unnecessary comment.
Diffstat (limited to 'usr.sbin/ypldap')
-rw-r--r--usr.sbin/ypldap/aldap.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ypldap/aldap.c b/usr.sbin/ypldap/aldap.c
index 122c277be21..9c029c0b77d 100644
--- a/usr.sbin/ypldap/aldap.c
+++ b/usr.sbin/ypldap/aldap.c
@@ -1,5 +1,5 @@
-/* $Id: aldap.c,v 1.13 2009/01/27 11:33:22 aschrijver Exp $ */
-/* $OpenBSD: aldap.c,v 1.13 2009/01/27 11:33:22 aschrijver Exp $ */
+/* $Id: aldap.c,v 1.14 2009/01/27 11:38:32 aschrijver Exp $ */
+/* $OpenBSD: aldap.c,v 1.14 2009/01/27 11:38:32 aschrijver Exp $ */
/*
* Copyright (c) 2008 Alexander Schrijver <aschrijver@openbsd.org>
@@ -173,7 +173,7 @@ aldap_search(struct aldap *ldap, char *basedn, enum scope scope, char *filter,
return (ldap->msgid);
-parsefail: /* XXX -- error reporting */
+parsefail:
ldap->err = ALDAP_ERR_PARSER_ERROR;
fail:
ldap->err = ALDAP_ERR_OPERATION_FAILED;