diff options
| author | Mike Pritchard <mpp@FreeBSD.org> | 1996-01-29 20:16:30 +0000 | 
|---|---|---|
| committer | Mike Pritchard <mpp@FreeBSD.org> | 1996-01-29 20:16:30 +0000 | 
| commit | 70520b51b9086b1fd1f7824e5bee5d721131c3c1 (patch) | |
| tree | 514db827db4058ae63ccd368c0c7db5ab20e49fb /lib/libc/gen/getpwent.c | |
| parent | 5044d1ff0b609014c32513792b697bd88be0a4a4 (diff) | |
Notes
Diffstat (limited to 'lib/libc/gen/getpwent.c')
| -rw-r--r-- | lib/libc/gen/getpwent.c | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/lib/libc/gen/getpwent.c b/lib/libc/gen/getpwent.c index a3e32add696f..70a2c981f021 100644 --- a/lib/libc/gen/getpwent.c +++ b/lib/libc/gen/getpwent.c @@ -650,7 +650,6 @@ _havemaster(char *_pw_yp_domain)  	if (yp_first(_pw_yp_domain, "master.passwd.byname",  		&key, &keylen, &result, &resultlen)) { -		free(result);  		return 0;  	}  	free(result); | 
