From cb7734d4080f3673a34594ee4c6e7b02dcd89f33 Mon Sep 17 00:00:00 2001 From: "Andrew G. Morgan" Date: Sun, 9 Dec 2001 21:44:58 +0000 Subject: Relevant BUGIDs: 485454 Purpose of commit: cleanup Commit summary: --------------- The malloc debugging stuff appears to have had a few residual issues that I've fixed (trying to resolve another checkin!). --- modules/pam_unix/unix_chkpwd.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'modules/pam_unix') diff --git a/modules/pam_unix/unix_chkpwd.c b/modules/pam_unix/unix_chkpwd.c index 0a965190..9581d046 100644 --- a/modules/pam_unix/unix_chkpwd.c +++ b/modules/pam_unix/unix_chkpwd.c @@ -15,6 +15,12 @@ #include +#ifdef MEMORY_DEBUG +# undef exit +# undef strdup +# undef free +#endif /* MEMORY_DEBUG */ + #include #include #include -- cgit v1.2.3