cc-1552 cc: WARNING File = libsmb/ntlmssp_sign.c, Line = 239 The variable "nt_status" is set but never used. NTSTATUS nt_status; ^
In the function this appears, the return is hard coded to NT_STATUS_OK. It looks like the return value was intended to be the nt_status variable.
Fixed, thanks ! Jeremy.