diff options
author | Christian Hesse <mail@eworm.de> | 2015-06-19 11:56:41 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2015-06-19 11:56:41 +0200 |
commit | 390605f72f19c3f5d033a57fd5e98d33fbc0d088 (patch) | |
tree | 41e8030888f766a804a042fa484aa723665fc174 | |
parent | d187bd3b4805dcb3f9e1d6143ac1cd0531009868 (diff) | |
download | journal-notify-390605f72f19c3f5d033a57fd5e98d33fbc0d088.tar.gz journal-notify-390605f72f19c3f5d033a57fd5e98d33fbc0d088.tar.zst |
use NOTIFY_EXPIRES_DEFAULT
-rw-r--r-- | journal-notify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/journal-notify.c b/journal-notify.c index 8f6e0b1..2be80ce 100644 --- a/journal-notify.c +++ b/journal-notify.c @@ -106,7 +106,7 @@ int main(int argc, char **argv) { uint8_t priority; const char * priorityname, * icon = DEFAULTICON; - int timeout = -1; + int timeout = NOTIFY_EXPIRES_DEFAULT; uint8_t executeonly = 0; char * execute = NULL; |