mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
r4273: Same fix for r4272 in SAMBA_3_0 branch.
This commit is contained in:
parent
ad8fdcc6fd
commit
4f1927acfa
@ -116,10 +116,10 @@ const char *ads_errstr(ADS_STATUS status)
|
|||||||
{
|
{
|
||||||
uint32 msg_ctx;
|
uint32 msg_ctx;
|
||||||
uint32 minor;
|
uint32 minor;
|
||||||
|
gss_buffer_desc msg1, msg2;
|
||||||
|
|
||||||
msg_ctx = 0;
|
msg_ctx = 0;
|
||||||
|
|
||||||
gss_buffer_desc msg1, msg2;
|
|
||||||
msg1.value = NULL;
|
msg1.value = NULL;
|
||||||
msg2.value = NULL;
|
msg2.value = NULL;
|
||||||
gss_display_status(&minor, status.err.rc, GSS_C_GSS_CODE,
|
gss_display_status(&minor, status.err.rc, GSS_C_GSS_CODE,
|
||||||
|
Loading…
Reference in New Issue
Block a user