diff options
Diffstat (limited to 'src/or/hibernate.c')
-rw-r--r-- | src/or/hibernate.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/or/hibernate.c b/src/or/hibernate.c index 0c5a112c1..dcf299657 100644 --- a/src/or/hibernate.c +++ b/src/or/hibernate.c @@ -100,8 +100,6 @@ static void accounting_set_wakeup_time(void); * Functions for bandwidth accounting. * ************/ - - /** Configure accounting start/end time settings based on * options->AccountingStart. Return 0 on success, -1 on failure. If * <b>validate_only</b> is true, do not change the current settings. */ @@ -886,3 +884,4 @@ accounting_getinfo_helper(const char *question, char **answer) } return 0; } + |