mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
sd-event: use symbolic name for normal priority
This commit is contained in:
@@ -635,7 +635,7 @@ static int event_make_signal_data(
|
||||
if (e->signal_sources && e->signal_sources[sig])
|
||||
priority = e->signal_sources[sig]->priority;
|
||||
else
|
||||
priority = 0;
|
||||
priority = SD_EVENT_PRIORITY_NORMAL;
|
||||
|
||||
d = hashmap_get(e->signal_data, &priority);
|
||||
if (d) {
|
||||
|
||||
Reference in New Issue
Block a user