diff options
| author | David Nugent <davidn@FreeBSD.org> | 1997-01-29 06:11:31 +0000 |
|---|---|---|
| committer | David Nugent <davidn@FreeBSD.org> | 1997-01-29 06:11:31 +0000 |
| commit | 93aa55544d513efab49071f0de8ea916e6d3fe79 (patch) | |
| tree | 14dcd42123d00299230bf76d483ed35181c4c567 /lib/libutil/login_auth.c | |
| parent | 51706563c4c5a8773cace4590c86fbd9ec39efd0 (diff) | |
Notes
Diffstat (limited to 'lib/libutil/login_auth.c')
| -rw-r--r-- | lib/libutil/login_auth.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libutil/login_auth.c b/lib/libutil/login_auth.c index e54a5dc45c02..a625b65fc7ec 100644 --- a/lib/libutil/login_auth.c +++ b/lib/libutil/login_auth.c @@ -75,7 +75,6 @@ static void free_auth_info(void) { int i; - char *ptr; auth_info.reject = 0; auth_info.auths = 0; @@ -285,6 +284,7 @@ auth_env(void) } setenv(nam, ptr, 1); } + return 0; } @@ -327,6 +327,7 @@ auth_rmfiles(void) free(auth_info.files[i]); auth_info.files[i] = NULL; } + return 0; } |
