]> git.ipfire.org Git - thirdparty/plymouth.git/commit
If stop_watching_signal is called on a signal that isn't being watched, ignore
authorRay Strode <rstrode@redhat.com>
Fri, 27 Jun 2008 19:20:30 +0000 (15:20 -0400)
committerRay Strode <rstrode@redhat.com>
Fri, 27 Jun 2008 19:21:49 +0000 (15:21 -0400)
commit21b8637cacd6669fb8b2247f182ce2e4b7f53f53
tree1f72b49ded22b0c4351e83070a5f3fcf7a13b6a0
parentb95a46bf069608728f1e54322cc067610bc1e230
If stop_watching_signal is called on a signal that isn't being watched, ignore

Previously it would assert.  Really we should switch the api to have a signal_watch
object much like the fd_watch object we have for watch_fd.
TODO
src/libply/ply-event-loop.c
src/main.c