Home GnuPG
Diffusion GnuPG b3a917201207

dirmngr: More w32 system daemon cleanup
b3a917201207Unpublished

Unpublished Commit · Learn More

Not On Permanent Ref: This commit is not an ancestor of any permanent ref.

Description

dirmngr: More w32 system daemon cleanup

* dirmngr/dirmngr.c (handle_tick): Remove w32 tests for
shutdown_pending; no longer needed.

In d83ba4897bf217d1045c58d1b99e52bd31c58812, we removed the
Windows-specific system daemon features, where shutdown_pending was
set from w32_service_control(). shutdown_pending is now never
assigned outside of handle_signal() or within an inotify test, neither
of which are available on w32.

As a result, this stanza in handle_tick() should be dead code, and can
be removed to keep things simple.

s/win32/w32/ to please RMS ;-) -wk

  • Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>

Details

Provenance
dkgAuthored on Nov 1 2016, 1:33 AM
wernerCommitted on Nov 18 2016, 8:30 AM
Parents
rGb2e1b17efa95: g10: Fix creating a lock for ToFU.
Branches
Unknown
Tags
Unknown

Event Timeline

Werner Koch <wk@gnupg.org> committed rGb3a917201207: dirmngr: More w32 system daemon cleanup (authored by Daniel Kahn Gillmor <dkg@fifthhorseman.net>).Nov 18 2016, 8:30 AM