gssapi / gssproxy

A proxy for GSSAPI | Docs at https://github.com/gssapi/gssproxy/tree/main/docs
Other
44 stars 28 forks source link

No idle timer when not socket activated #57

Closed simo5 closed 2 years ago

simo5 commented 2 years ago

The idle timer should definitely be disabled when socket activation is not being used. Insure that the idle handler does not set up events when the daemon is not in userproxy mode, and further ensure that termination is disabled when a regular socket is initialized.

Fixes #56

simo5 commented 2 years ago

@grawity can you check if this simple patch fixes the problem for you?

grawity commented 2 years ago

Thanks, it seems to be working properly.