diff options
author | James Peach <jpeach@samba.org> | 2006-01-30 23:43:17 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:51:36 -0500 |
commit | bf75891495f3ea99fd6d10a521a7bd5a13f624f2 (patch) | |
tree | 02a961cbbdefa253f3f8378036a2152a48ddbca1 /source4 | |
parent | d4a62250cc9c747460ac5752851846fb86d78700 (diff) | |
download | samba-bf75891495f3ea99fd6d10a521a7bd5a13f624f2.tar.gz samba-bf75891495f3ea99fd6d10a521a7bd5a13f624f2.tar.xz samba-bf75891495f3ea99fd6d10a521a7bd5a13f624f2.zip |
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)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/librpc/idl/nbt.idl | 8 |
1 files changed, 4 insertions, 4 deletions
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 { |