diff options
author | Andrew G. Morgan <morgan@kernel.org> | 2001-12-09 21:44:58 +0000 |
---|---|---|
committer | Andrew G. Morgan <morgan@kernel.org> | 2001-12-09 21:44:58 +0000 |
commit | cb7734d4080f3673a34594ee4c6e7b02dcd89f33 (patch) | |
tree | 5e7babe08405fbf5797134cfc65e505081d3d267 /libpam/pam_malloc.c | |
parent | 8bf846fce14a451c2271ffb853dd750aae9c4725 (diff) | |
download | pam-cb7734d4080f3673a34594ee4c6e7b02dcd89f33.tar.gz pam-cb7734d4080f3673a34594ee4c6e7b02dcd89f33.tar.bz2 pam-cb7734d4080f3673a34594ee4c6e7b02dcd89f33.zip |
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!).
Diffstat (limited to 'libpam/pam_malloc.c')
-rw-r--r-- | libpam/pam_malloc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libpam/pam_malloc.c b/libpam/pam_malloc.c index 540dceef..75a1045d 100644 --- a/libpam/pam_malloc.c +++ b/libpam/pam_malloc.c @@ -23,7 +23,6 @@ #ifndef DEBUG #define DEBUG #endif - #include "pam_private.h" #include <security/pam_malloc.h> @@ -385,6 +384,8 @@ void *pam_alloca(size_t size void pam_exit(int i , const char *file, const char *fn, const int line) { + D(("time to exit")); + _fn("exit"); if (on(0)) err(("passed (%d)", i)); |