From 23624ea6f78ec8acc167a2491c00998907fc76b1 Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Tue, 16 Aug 2005 12:27:38 +0000 Subject: Relevant BUGIDs: none Purpose of commit: new feature Commit summary: --------------- Big "automake/autoconf/libtool" commit --- libpam_misc/help_env.c | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'libpam_misc/help_env.c') diff --git a/libpam_misc/help_env.c b/libpam_misc/help_env.c index 9f66156e..2b800283 100644 --- a/libpam_misc/help_env.c +++ b/libpam_misc/help_env.c @@ -10,23 +10,6 @@ #include #include -/* - * This is a useful function for dumping the Linux-PAM environment - * into some local memory, prior to it all getting lost when pam_end() - * is called. - * - * Initially it was assumed that libpam did not do this part correctly - * (based on a loose email definition). The X/Open XSSO spec makes it - * clear that this function is a duplicate of the one already in - * libpam and therefore unnecessary. IT WILL BE COMPLETELY REMOVED - * IN libpam_misc 1.0 */ - -char **pam_misc_copy_env(pam_handle_t *pamh); -char **pam_misc_copy_env(pam_handle_t *pamh) -{ - return pam_getenvlist(pamh); -} - /* * This function should be used to carefully dispose of the copied * environment. -- cgit v1.2.3