GNOME Bugzilla – Bug 674991
wait for QUIT before exiting
Last modified: 2012-04-27 21:37:11 UTC
as noted in https://bugzilla.gnome.org/show_bug.cgi?id=674961#c6, you're doing it wrong
Created attachment 212994 [details] [review] Wait for "QUIT" command before exiting According to the NM VPN auth dialog "protocol", the helper isn't supposed to exit until the caller sends "QUIT". Doing otherwise creates a race condition. Copy in the code that the other plugins use for this.
Review of attachment 212994 [details] [review]: Looks good; thanks
Attachment 212994 [details] pushed as d0c4ce1 - Wait for "QUIT" command before exiting