diff options
| author | Rob Crittenden <rcritten@redhat.com> | 2005-04-28 17:31:54 +0000 |
|---|---|---|
| committer | Rob Crittenden <rcritten@redhat.com> | 2005-04-28 17:31:54 +0000 |
| commit | 9dada1b0986c9e268ffef6836ee2f00d97f3d408 (patch) | |
| tree | e050517f9ed5211d2d8410432331e9922688dfe9 /ldap/servers/plugins/replication | |
| parent | a6148cdc99f47692ea4c27913fdc73ecc8e01892 (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.c | 2 |
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; |
