mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +03:00
fixed typo
This commit is contained in:
@ -219,7 +219,7 @@ int cli_errno(struct cli_state *cli)
|
||||
{
|
||||
NTSTATUS status;
|
||||
|
||||
if (cli_is_dos_error) {
|
||||
if (cli_is_dos_error(cli)) {
|
||||
uint8 eclass;
|
||||
uint32 ecode;
|
||||
|
||||
|
Reference in New Issue
Block a user