summaryrefslogtreecommitdiff
path: root/source3/include/smb_macros.h
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-07-30 10:23:26 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:29:02 -0500
commit4392d47b34720d2dcd8ee47bd14a71bf1eab2c86 (patch)
tree2087732a93398dea7efe2b0de2cef090151a5524 /source3/include/smb_macros.h
parent09b3d2525249fd832b7d46a19921a87a13b71407 (diff)
downloadsamba-4392d47b34720d2dcd8ee47bd14a71bf1eab2c86.tar.gz
samba-4392d47b34720d2dcd8ee47bd14a71bf1eab2c86.tar.bz2
samba-4392d47b34720d2dcd8ee47bd14a71bf1eab2c86.zip
r24078: Add reply_unixerror
(This used to be commit 10ac991750e9476299d39ac6f763d1638ff8c619)
Diffstat (limited to 'source3/include/smb_macros.h')
-rw-r--r--source3/include/smb_macros.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/smb_macros.h b/source3/include/smb_macros.h
index a47eff2f64..15789a938a 100644
--- a/source3/include/smb_macros.h
+++ b/source3/include/smb_macros.h
@@ -172,6 +172,7 @@
#define reply_nterror(req,status) reply_nt_error(req,status,__LINE__,__FILE__)
#define reply_doserror(req,eclass,ecode) reply_dos_error(req,eclass,ecode,__LINE__,__FILE__)
#define reply_botherror(req,status,eclass,ecode) reply_both_error(req,eclass,ecode,status,__LINE__,__FILE__)
+#define reply_unixerror(req,defclass,deferror) reply_unix_error(req,defclass,deferror,NT_STATUS_OK,__LINE__,__FILE__)
/* this is how errors are generated */
#define UNIXERROR(defclass,deferror) unix_error_packet(inbuf,outbuf,defclass,deferror,NT_STATUS_OK,__LINE__,__FILE__)