X-Git-Url: http://git.samba.org/samba.git/?p=kai%2Fsamba.git;a=blobdiff_plain;f=source4%2Fsmbd%2Fservice_named_pipe.c;fp=source4%2Fsmbd%2Fservice_named_pipe.c;h=6aa984de22a26013491cffa86716de037c3653d9;hp=b000083eecd148c24134cb970822e5ec49366799;hb=1aa0503401d41fec48d4d4e30d8bbcbd847ff807;hpb=6039388fc1f3671bb60db06211814f7edfc62285 diff --git a/source4/smbd/service_named_pipe.c b/source4/smbd/service_named_pipe.c index b000083eecd..6aa984de22a 100644 --- a/source4/smbd/service_named_pipe.c +++ b/source4/smbd/service_named_pipe.c @@ -212,7 +212,7 @@ NTSTATUS tstream_setup_named_pipe(TALLOC_CTX *mem_ctx, goto fail; } - if (!directory_create_or_exist(dirname, geteuid(), 0700)) { + if (!directory_create_or_exist_strict(dirname, geteuid(), 0700)) { status = map_nt_error_from_unix_common(errno); DEBUG(0,(__location__ ": Failed to create stream pipe directory '%s' - %s\n", dirname, nt_errstr(status)));