summaryrefslogtreecommitdiff
path: root/source3/modules/perfcount_test.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-02-14 18:10:54 +0100
committerVolker Lendecke <vl@samba.org>2009-02-14 22:01:02 +0100
commitb08e24a44ccfea3c1f61a4e796641797cdc2bb11 (patch)
tree30eb99a39d64dee12c3b8257ebcf3b45d915fe48 /source3/modules/perfcount_test.c
parentef3672a6554b3a628aebb3a0649e9e541f12818d (diff)
downloadsamba-b08e24a44ccfea3c1f61a4e796641797cdc2bb11.tar.gz
samba-b08e24a44ccfea3c1f61a4e796641797cdc2bb11.tar.bz2
samba-b08e24a44ccfea3c1f61a4e796641797cdc2bb11.zip
Replace a // style comment with a /* */ one
Diffstat (limited to 'source3/modules/perfcount_test.c')
-rw-r--r--source3/modules/perfcount_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/perfcount_test.c b/source3/modules/perfcount_test.c
index bcae3fb6f2..3221adf15c 100644
--- a/source3/modules/perfcount_test.c
+++ b/source3/modules/perfcount_test.c
@@ -329,7 +329,7 @@ static void perfcount_test_set_client(struct smb_perfcount_data *pcd,
uid_t uid, const char *user,
const char *domain)
{
- // WIP
+ /* WIP */
return;
}