From bf75891495f3ea99fd6d10a521a7bd5a13f624f2 Mon Sep 17 00:00:00 2001 From: James Peach Date: Mon, 30 Jan 2006 23:43:17 +0000 Subject: r13242: cc-1009 cc: WARNING File = librpc/idl/nbt.idl, Line = 579 cc-1009 cc: WARNING File = librpc/idl/nbt.idl, Line = 580 A "/*" appears inside a comment. (This used to be commit 53ac5a2fb251c04dab2b92cd8a9df8005e340e3a) --- source4/librpc/idl/nbt.idl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source4/librpc') diff --git a/source4/librpc/idl/nbt.idl b/source4/librpc/idl/nbt.idl index 6c5c65e8ba..d62273e8cf 100644 --- a/source4/librpc/idl/nbt.idl +++ b/source4/librpc/idl/nbt.idl @@ -574,10 +574,10 @@ [switch_is(command)] nbt_ntlogon_request req; } nbt_ntlogon_packet; - /*******************************************/ - /* \MAILSLOT\BROWSE mailslot requests - /* for details see http://ubiqx.org/cifs/Browsing.html - /*******************************************/ + /********************************************************/ + /* \MAILSLOT\BROWSE mailslot requests */ + /* for details see http://ubiqx.org/cifs/Browsing.html */ + /********************************************************/ declare bitmap svcctl_ServerType; typedef [enum8bit] enum { -- cgit