]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw/main: move signal handler actions out of shutdown()
authorMatt Benjamin <mbenjamin@redhat.com>
Fri, 2 Sep 2022 21:54:45 +0000 (17:54 -0400)
committerMatt Benjamin <mbenjamin@redhat.com>
Fri, 9 Sep 2022 15:18:41 +0000 (11:18 -0400)
commit3904adfbc26c677064a121fcfda01d7b42e9a314
tree3a3b536754c8a4dc11a4b9914f0e033bdd69fc3a
parent2282a803b28f684e7dcfa73958c2b0efee2e785f
rgw/main: move signal handler actions out of shutdown()

AppMain::shutdown() had borrowed the unregister_async_signal_handler()
text from librgw, but of course, that's wrong.

Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
src/rgw/rgw_appmain.cc
src/rgw/rgw_lib.cc
src/rgw/rgw_main.cc
src/rgw/rgw_main.h