From: Volker Lendecke Date: Sat, 26 Apr 2008 07:48:17 +0000 (+0200) Subject: Attempt to fix the build on IRIX: Bug 5420 X-Git-Tag: samba-3.3.0pre1~1421 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ebca5fd7625e3ff3d76ab4e6c245ba3297ca03b4;p=thirdparty%2Fsamba.git Attempt to fix the build on IRIX: Bug 5420 --- diff --git a/source/librpc/rpc/binding.c b/source/librpc/rpc/binding.c index 92f65b58274..01e3479c23b 100644 --- a/source/librpc/rpc/binding.c +++ b/source/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)