From d49f11df218699014af32d19eef8dcc0a70ff38f Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 27 Dec 2005 19:13:18 +0000 Subject: r12517: Don't generate empty init functions (This used to be commit 832a1092c9c11c293b5748e2e78da872fcba2a42) --- source4/librpc/idl/nbt.idl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'source4/librpc/idl/nbt.idl') diff --git a/source4/librpc/idl/nbt.idl b/source4/librpc/idl/nbt.idl index 96295100bb..fe3bea49c4 100644 --- a/source4/librpc/idl/nbt.idl +++ b/source4/librpc/idl/nbt.idl @@ -8,9 +8,7 @@ encoding if it doesn't work out */ -[ uuid("1-2-3-4"), - version(1.0), - depends(security) +[ depends(security) ] interface nbt { const int NBT_NAME_SERVICE_PORT = 137; -- cgit