summaryrefslogtreecommitdiff
path: root/source4/utils/net/drs/net_drs_kcc.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-02-11 21:28:48 +1100
committerAndrew Tridgell <tridge@samba.org>2010-02-11 21:59:40 +1100
commitf78a534dd20d0afa0a63abf693add4286c0e3f37 (patch)
tree6bbc1b5979107a77c21ea2a26875dbc3207bd48c /source4/utils/net/drs/net_drs_kcc.c
parent976201d24a7c0734ef99c72e476a6caab97e21de (diff)
downloadsamba-f78a534dd20d0afa0a63abf693add4286c0e3f37.tar.gz
samba-f78a534dd20d0afa0a63abf693add4286c0e3f37.tar.bz2
samba-f78a534dd20d0afa0a63abf693add4286c0e3f37.zip
s4-net-drs: fix some coding style issues
We should use the system/*.h headers for system includes. We also try to avoid C++ comments. Signed-off-by: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'source4/utils/net/drs/net_drs_kcc.c')
-rw-r--r--source4/utils/net/drs/net_drs_kcc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/utils/net/drs/net_drs_kcc.c b/source4/utils/net/drs/net_drs_kcc.c
index fb2c661d9b..059b26fca5 100644
--- a/source4/utils/net/drs/net_drs_kcc.c
+++ b/source4/utils/net/drs/net_drs_kcc.c
@@ -126,7 +126,7 @@ int net_drs_kcc_cmd(struct net_context *ctx, int argc, const char **argv)
d_printf("%s\n", site_name);
if (site_options) {
- // TODO: print meaningfull site options here
+ /* TODO: print meaningfull site options here */
d_printf("Current Site Options: 0x%X\n", site_options);
} else {
d_printf("Current Site Options: (none)\n");