diff options
-rw-r--r-- | source3/smbd/trans2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/trans2.c b/source3/smbd/trans2.c index 1ab3980fd7..9739e95089 100644 --- a/source3/smbd/trans2.c +++ b/source3/smbd/trans2.c @@ -3631,7 +3631,7 @@ cap_low = 0x%x, cap_high = 0x%x\n", return; } - if (smbd_server_conn->smb1.echo_handler.trusted_fde) { + if (req->sconn->smb1.echo_handler.trusted_fde) { DEBUG( 2,("call_trans2setfsinfo: " "request transport encryption disabled" "with 'fork echo handler = yes'\n")); |