-
-
Save jpmens/3775078 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/src/lib/krb5/os/changepw.c b/src/lib/krb5/os/changepw.c | |
| index 4ad8f32..bcea591 100644 | |
| --- a/src/lib/krb5/os/changepw.c | |
| +++ b/src/lib/krb5/os/changepw.c | |
| @@ -223,7 +223,7 @@ change_set_password(krb5_context context, | |
| { | |
| krb5_data chpw_rep; | |
| krb5_address remote_kaddr; | |
| - krb5_boolean use_tcp = 0; | |
| + krb5_boolean use_tcp = 1; | |
| GETSOCKNAME_ARG3_TYPE addrlen; | |
| krb5_error_code code = 0; | |
| char *code_string; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment