diff options
author | Jeremy Allison <jra@samba.org> | 2000-06-07 01:49:23 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2000-06-07 01:49:23 +0000 |
commit | 8ef41f31c53e14ad057d883810a1cd2301fede2a (patch) | |
tree | 5daebb8bd8689710fdaaabfed7d46d2f9e1d47f4 /source/smbd/pipes.c | |
parent | 34b63896ab1543936d6b9b382ef6727a161b6bf2 (diff) | |
download | samba-8ef41f31c53e14ad057d883810a1cd2301fede2a.tar.gz samba-8ef41f31c53e14ad057d883810a1cd2301fede2a.tar.xz samba-8ef41f31c53e14ad057d883810a1cd2301fede2a.zip |
Fixing get/set of security descriptors.
Removed ugly hack for NT printing.
Fixed up tdb parse stuff memory leaks.
Jeremy.
Diffstat (limited to 'source/smbd/pipes.c')
-rw-r--r-- | source/smbd/pipes.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/smbd/pipes.c b/source/smbd/pipes.c index c1d5c261feb..df7141764ce 100644 --- a/source/smbd/pipes.c +++ b/source/smbd/pipes.c @@ -74,11 +74,13 @@ int reply_open_pipe_and_X(connection_struct *conn, /* Strip \PIPE\ off the name. */ pstrcpy(fname,smb_buf(inbuf) + PIPELEN); +#if 0 /* * Hack for NT printers... JRA. */ if(should_fail_next_srvsvc_open(fname)) return(ERROR(ERRSRV,ERRaccess)); +#endif /* Known pipes arrive with DIR attribs. Remove it so a regular file */ /* can be opened and add it in after the open. */ |