summaryrefslogtreecommitdiff
path: root/librpc/rpc
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-09-07 14:33:20 +1000
committerAndrew Tridgell <tridge@samba.org>2010-09-07 14:33:20 +1000
commit7ca69f7462f741860d514a78e3198db634db2a6b (patch)
treed1299ead5eb0733b240e1b827e6efc85eb0fbd72 /librpc/rpc
parent2d77c766faabbc0790427f4c49555d4049efdb3b (diff)
downloadsamba-7ca69f7462f741860d514a78e3198db634db2a6b.tar.gz
samba-7ca69f7462f741860d514a78e3198db634db2a6b.tar.bz2
samba-7ca69f7462f741860d514a78e3198db634db2a6b.zip
librpc: bitten by the strncasecmp define again
Diffstat (limited to 'librpc/rpc')
-rw-r--r--librpc/rpc/binding.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/librpc/rpc/binding.c b/librpc/rpc/binding.c
index feff5128ac..42059c0586 100644
--- a/librpc/rpc/binding.c
+++ b/librpc/rpc/binding.c
@@ -28,6 +28,7 @@
#include "librpc/gen_ndr/ndr_misc.h"
#include "librpc/rpc/dcerpc.h"
#undef strcasecmp
+#undef strncasecmp
#define MAX_PROTSEQ 10