mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
it now all compiles - so try enabling it by default and see what explodes on the build farm
(This used to be commit 5bb7e4f0f6
)
This commit is contained in:
@ -212,8 +212,8 @@ int smbc_errno(struct cli_state *c)
|
||||
status = cli_nt_error(c);
|
||||
ret = cli_errno_from_nt(status);
|
||||
|
||||
DEBUG(3,("smbc errno 0x%08x -> %d\n",
|
||||
status, ret));
|
||||
DEBUG(3,("smbc errno %s -> %d\n",
|
||||
get_nt_error_msg(status), ret));
|
||||
}
|
||||
|
||||
return ret;
|
||||
|
Reference in New Issue
Block a user