summaryrefslogtreecommitdiff
path: root/source/smbd/ipc.c
diff options
context:
space:
mode:
authorJean-François Micouleau <jfm@samba.org>2000-03-10 17:12:24 +0000
committerJean-François Micouleau <jfm@samba.org>2000-03-10 17:12:24 +0000
commit87da4404aba29a2ebd999886e4c06958c96d3e05 (patch)
tree5eadb7b72380b2fafa5959253584f0d7896e59f1 /source/smbd/ipc.c
parente2557ae5515ce30d0341ef7785cc4380266d4c94 (diff)
downloadsamba-87da4404aba29a2ebd999886e4c06958c96d3e05.tar.gz
getprinter level 0: was to short, found most of the fields, undocumented,
undecoded, nothing in MSDN, but now it works :-) cleanup of error codes. fixed some dfs declarations function. J.F.
Diffstat (limited to 'source/smbd/ipc.c')
-rw-r--r--source/smbd/ipc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/smbd/ipc.c b/source/smbd/ipc.c
index d42c2727d4f..fc05811ccfe 100644
--- a/source/smbd/ipc.c
+++ b/source/smbd/ipc.c
@@ -48,7 +48,6 @@ extern fstring global_myworkgroup;
#define NERR_BufTooSmall (NERR_BASE+23)
#define NERR_JobNotFound (NERR_BASE+51)
#define NERR_DestNotFound (NERR_BASE+52)
-#define ERROR_INVALID_LEVEL 124
#define ACCESS_READ 0x01
#define ACCESS_WRITE 0x02