Use service_registry_path() in create_exit_action().
authorIain Patterson <me@iain.cx>
Sun, 28 Feb 2016 08:46:49 +0000 (08:46 +0000)
committerIain Patterson <me@iain.cx>
Sun, 28 Feb 2016 08:46:49 +0000 (08:46 +0000)
commitd47dca0afe81c1c8e75c518da5a51829e61ad1cd
treea151237a8cd9e6fcc15157a4ad703258a1a37e20
parent81b956b6ad12732a042bb2fffeedeca024dd7393
Use service_registry_path() in create_exit_action().

As a result of registry function refactoring we were constructing the
default path to AppExit incorrectly.  Using the function created for the
purpose works correctly, unsurprisingly.

Thanks Igor Zenkov.
registry.cpp