From f8cfe19d85534d30f97a4992179633ca68bc838b Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 5 Jul 2009 10:21:06 +0200 Subject: Introduce null_ndr_syntax_id --- source3/librpc/ndr/util.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/librpc/ndr') diff --git a/source3/librpc/ndr/util.c b/source3/librpc/ndr/util.c index 8fac5eadd4..0510caaf36 100644 --- a/source3/librpc/ndr/util.c +++ b/source3/librpc/ndr/util.c @@ -210,3 +210,6 @@ struct smb_iconv_convenience *lp_iconv_convenience(void *lp_ctx) { return NULL; } + +const struct ndr_syntax_id null_ndr_syntax_id = +{ { 0, 0, 0, { 0, 0 }, { 0, 0, 0, 0, 0, 0 } }, 0 }; -- cgit