From 666dbc61f1a32f78a4096373e7b94733e06bd86d Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 5 Nov 2019 10:12:01 +1300 Subject: [PATCH] librpc: Match interface name and file name for winsrepl.idl This helps generate fuzzers for this IDL. Signed-off-by: Andrew Bartlett Reviewed-by: Douglas Bagnall --- source4/librpc/idl/winsrepl.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/librpc/idl/winsrepl.idl b/source4/librpc/idl/winsrepl.idl index 23b14990e7d..4ef2e8ef7a7 100644 --- a/source4/librpc/idl/winsrepl.idl +++ b/source4/librpc/idl/winsrepl.idl @@ -15,7 +15,7 @@ import "nbt.idl"; uuid("915f5653-bac1-431c-97ee-9ffb34526921"), helpstring("WINS Replication PDUs"), helper("../libcli/nbt/libnbt.h") -] interface wrepl +] interface winsrepl { const int WINS_REPLICATION_PORT = 42; -- 2.47.3