diff options
Diffstat (limited to 'source/smbd/trans2.c')
-rw-r--r-- | source/smbd/trans2.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/smbd/trans2.c b/source/smbd/trans2.c index e53b47c1f4c..a497e8d81c1 100644 --- a/source/smbd/trans2.c +++ b/source/smbd/trans2.c @@ -814,7 +814,6 @@ static int call_trans2open(connection_struct *conn, char *inbuf, char *outbuf, i talloc_destroy(ctx); if (open_was_deferred(SVAL(inbuf,smb_mid))) { /* We have re-scheduled this call. */ - clear_cached_errors(); return -1; } return set_bad_path_error(errno, bad_path, outbuf, ERRDOS,ERRnoaccess); |