diff options
Diffstat (limited to 'source/smbd/nttrans.c')
-rw-r--r-- | source/smbd/nttrans.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/smbd/nttrans.c b/source/smbd/nttrans.c index 758c46a6cd0..128a234304e 100644 --- a/source/smbd/nttrans.c +++ b/source/smbd/nttrans.c @@ -491,7 +491,7 @@ int reply_ntcreate_and_X(connection_struct *conn, /* If it's an IPC, use the pipe handler. */ - if (IS_IPC(conn)) { + if (IS_IPC(conn) && lp_nt_pipe_support()) { int ret = nt_open_pipe(fname, conn, inbuf, outbuf, &pnum); if(ret != 0) |