summaryrefslogtreecommitdiff
path: root/source3/librpc/rpc
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-04-26 09:48:17 +0200
committerVolker Lendecke <vl@samba.org>2008-04-30 12:50:20 +0200
commit5c40b5fd5251ea16a347a7cac7115df99e5f8ae8 (patch)
tree27821a013d43b5ef4f7b04c580d0d3ca16dc2fff /source3/librpc/rpc
parentf50002b491d48b7694e32be1c6aeafb85d6da16f (diff)
downloadsamba-5c40b5fd5251ea16a347a7cac7115df99e5f8ae8.tar.gz
samba-5c40b5fd5251ea16a347a7cac7115df99e5f8ae8.tar.bz2
samba-5c40b5fd5251ea16a347a7cac7115df99e5f8ae8.zip
Attempt to fix the build on IRIX: Bug 5420
(This used to be commit ebca5fd7625e3ff3d76ab4e6c245ba3297ca03b4)
Diffstat (limited to 'source3/librpc/rpc')
-rw-r--r--source3/librpc/rpc/binding.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/librpc/rpc/binding.c b/source3/librpc/rpc/binding.c
index 92f65b5827..01e3479c23 100644
--- a/source3/librpc/rpc/binding.c
+++ b/source3/librpc/rpc/binding.c
@@ -69,6 +69,7 @@ static const struct {
const char *name;
uint32_t flag;
} ncacn_options[] = {
+ { "", 0 }
};
const char *epm_floor_string(TALLOC_CTX *mem_ctx, struct epm_floor *epm_floor)