From 5c40b5fd5251ea16a347a7cac7115df99e5f8ae8 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 26 Apr 2008 09:48:17 +0200 Subject: Attempt to fix the build on IRIX: Bug 5420 (This used to be commit ebca5fd7625e3ff3d76ab4e6c245ba3297ca03b4) --- source3/librpc/rpc/binding.c | 1 + 1 file changed, 1 insertion(+) 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) -- cgit