summaryrefslogtreecommitdiff
path: root/source3/include/smb_macros.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-08-02 17:17:29 +0200
committerVolker Lendecke <vl@samba.org>2011-08-02 19:18:09 +0200
commit9b1e4cfb8f0495cc4af6043c72ff09edf3a0565a (patch)
treeb554b6c710e0022ecb13a5199b91948cdb208059 /source3/include/smb_macros.h
parentd20e968cff86eaad62e5fef8d3ee16f8767f8054 (diff)
downloadsamba-9b1e4cfb8f0495cc4af6043c72ff09edf3a0565a.tar.gz
samba-9b1e4cfb8f0495cc4af6043c72ff09edf3a0565a.tar.bz2
samba-9b1e4cfb8f0495cc4af6043c72ff09edf3a0565a.zip
s3: Remove unused ERROR_DOS macro
Diffstat (limited to 'source3/include/smb_macros.h')
-rw-r--r--source3/include/smb_macros.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/smb_macros.h b/source3/include/smb_macros.h
index 4e27de1b20..d8a958c14d 100644
--- a/source3/include/smb_macros.h
+++ b/source3/include/smb_macros.h
@@ -104,7 +104,6 @@
#define SMB_LARGE_LKLEN_OFFSET_HIGH(indx) (12 + (20 * (indx)))
#define SMB_LARGE_LKLEN_OFFSET_LOW(indx) (16 + (20 * (indx)))
-#define ERROR_DOS(class,code) error_packet(outbuf,class,code,NT_STATUS_OK,__LINE__,__FILE__)
#define ERROR_NT(status) error_packet(outbuf,0,0,status,__LINE__,__FILE__)
#define ERROR_FORCE_NT(status) error_packet(outbuf,-1,-1,status,__LINE__,__FILE__)
#define ERROR_BOTH(status,class,code) error_packet(outbuf,class,code,status,__LINE__,__FILE__)