From b66176bb02ca54070927302eafe6d108b3a92bec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Sat, 22 Oct 2011 02:47:36 +0000 Subject: [PATCH] This was written long after the DARPA contract ended. git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@447 185d5e19-27fe-0310-9dcf-9bff6b9f3609 --- lib/openpam_free_envlist.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/openpam_free_envlist.c b/lib/openpam_free_envlist.c index 584e8b4..142e130 100644 --- a/lib/openpam_free_envlist.c +++ b/lib/openpam_free_envlist.c @@ -67,4 +67,6 @@ openpam_free_envlist(char **envlist) * frees all the environment variables in an environment list, and the * list itself. * It is suitable for freeing the return value from =pam_getenvlist. + * + * AUTHOR DES */