summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ypldap/aldap.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ypldap/aldap.c')
-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 f96af159487..71f19cf19b9 100644
--- a/usr.sbin/ypldap/aldap.c
+++ b/usr.sbin/ypldap/aldap.c
@@ -1,5 +1,5 @@
-/* $Id: aldap.c,v 1.17 2009/01/27 16:17:49 aschrijver Exp $ */
-/* $OpenBSD: aldap.c,v 1.17 2009/01/27 16:17:49 aschrijver Exp $ */
+/* $Id: aldap.c,v 1.18 2009/01/28 00:53:29 aschrijver Exp $ */
+/* $OpenBSD: aldap.c,v 1.18 2009/01/28 00:53:29 aschrijver Exp $ */
/*
* Copyright (c) 2008 Alexander Schrijver <aschrijver@openbsd.org>
@@ -547,7 +547,7 @@ done:
free(dupstr);
return (1);
fail:
- free(dup);
+ free(dupstr);
return (-1);
}