Changeset View
Changeset View
Standalone View
Standalone View
b/dirmngr/dirmngr.c
| Context not available. | |||||
| housekeeping_thread (void *arg) | housekeeping_thread (void *arg) | ||||
| { | { | ||||
| static int sentinel; | static int sentinel; | ||||
| time_t curtime; | |||||
| (void)arg; | (void)arg; | ||||
| curtime = gnupg_get_time (); | |||||
| if (sentinel) | if (sentinel) | ||||
| { | { | ||||
| log_info ("housekeeping is already going on\n"); | log_info ("housekeeping is already going on\n"); | ||||
| Context not available. | |||||
| if (opt.verbose > 1) | if (opt.verbose > 1) | ||||
| log_info ("starting housekeeping\n"); | log_info ("starting housekeeping\n"); | ||||
| ks_hkp_housekeeping (curtime); | |||||
| if (opt.verbose > 1) | if (opt.verbose > 1) | ||||
| log_info ("ready with housekeeping\n"); | log_info ("ready with housekeeping\n"); | ||||
| sentinel--; | sentinel--; | ||||
| Context not available. | |||||