mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-23 11:20:07 +00:00
* nis/ypclnt.c (yp_update): Before trying default authentication,
free DES descriptor.
This commit is contained in:
parent
07683f843d
commit
e975f14ee9
@ -1,3 +1,8 @@
|
|||||||
|
2005-12-08 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
|
* nis/ypclnt.c (yp_update): Before trying default authentication,
|
||||||
|
free DES descriptor.
|
||||||
|
|
||||||
2005-12-07 Jakub Jelinek <jakub@redhat.com>
|
2005-12-07 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
* nis/nis_table.c (nis_list): Fix memory handling in error case.
|
* nis/nis_table.c (nis_list): Fix memory handling in error case.
|
||||||
|
@ -1004,6 +1004,7 @@ again:
|
|||||||
{
|
{
|
||||||
if (clnt->cl_auth->ah_cred.oa_flavor == AUTH_DES)
|
if (clnt->cl_auth->ah_cred.oa_flavor == AUTH_DES)
|
||||||
{
|
{
|
||||||
|
auth_destroy (clnt->cl_auth);
|
||||||
clnt->cl_auth = authunix_create_default ();
|
clnt->cl_auth = authunix_create_default ();
|
||||||
goto again;
|
goto again;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user