summaryrefslogtreecommitdiff
path: root/source3/libnet
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-02-25 16:53:05 +0100
committerMichael Adam <obnox@samba.org>2009-02-26 13:22:54 +0100
commit6c197ffa3090b88663b2507006022fcd438de54c (patch)
treee27cac984b5219dc96b9e7f22383576c31494f0f /source3/libnet
parente026d217bf0d7641ec4f53ede8c6f8eda144a489 (diff)
downloadsamba-6c197ffa3090b88663b2507006022fcd438de54c.tar.gz
samba-6c197ffa3090b88663b2507006022fcd438de54c.tar.bz2
samba-6c197ffa3090b88663b2507006022fcd438de54c.zip
s3: move definition of W_ERROR_NOT_OK_GOTO_DONE down to libcli/util/werror.h
Michael
Diffstat (limited to 'source3/libnet')
-rw-r--r--source3/libnet/libnet_join.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/libnet/libnet_join.c b/source3/libnet/libnet_join.c
index 20f7b97745..117178f376 100644
--- a/source3/libnet/libnet_join.c
+++ b/source3/libnet/libnet_join.c
@@ -50,12 +50,6 @@
#define LIBNET_UNJOIN_OUT_DUMP_CTX(ctx, r) \
LIBNET_UNJOIN_DUMP_CTX(ctx, r, NDR_OUT)
-#define W_ERROR_NOT_OK_GOTO_DONE(x) do { \
- if (!W_ERROR_IS_OK(x)) {\
- goto done;\
- }\
-} while (0)
-
/****************************************************************
****************************************************************/