Displaying 1 result from an estimated 1 matches for "nt_status_squash".
2009 May 28
0
samba sessions dying - NT_STATUS_INVALID_PARAMETER
...9 17:22:11, 3] smbd/error.c:error_packet_set(106)
????? error packet at smbd/sesssetup.c(1102) cmd=115 (SMBsesssetupX)
NT_STATUS_INVALID_PARAMETER
This seems to point to this section of code in sesssetup.c
? if (!vuser) {
??????????????? data_blob_free(&blob1);
??????????????? return ERROR_NT(nt_status_squash(NT_STATUS_INVALID_PARAMETER));
??????? }
I'm not sure why the value of 'vuser' would suddenly become invalid, any ideas?
Any help or advice is greatly appreciated.
Kind regards,