summaryrefslogtreecommitdiffstats
path: root/ldap/servers/plugins/replication
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2005-04-28 17:31:54 +0000
committerRob Crittenden <rcritten@redhat.com>2005-04-28 17:31:54 +0000
commit9dada1b0986c9e268ffef6836ee2f00d97f3d408 (patch)
treee050517f9ed5211d2d8410432331e9922688dfe9 /ldap/servers/plugins/replication
parenta6148cdc99f47692ea4c27913fdc73ecc8e01892 (diff)
156273
Convert to C-style comments to avoid build breakage.
Diffstat (limited to 'ldap/servers/plugins/replication')
-rw-r--r--ldap/servers/plugins/replication/windows_inc_protocol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldap/servers/plugins/replication/windows_inc_protocol.c b/ldap/servers/plugins/replication/windows_inc_protocol.c
index df09fe97..cb9e9c0e 100644
--- a/ldap/servers/plugins/replication/windows_inc_protocol.c
+++ b/ldap/servers/plugins/replication/windows_inc_protocol.c
@@ -279,7 +279,7 @@ windows_inc_run(Private_Repl_Protocol *prp)
PRBool use_busy_backoff_timer = PR_FALSE;
long pausetime = 0;
long busywaittime = 0;
- // Some operations should only be done the first time STATE_START is true.
+ /* Some operations should only be done the first time STATE_START is true. */
static PRBool is_first_start = PR_TRUE;
PRBool run_dirsync = PR_FALSE;