NetworkManager/callouts
Lubomir Rintel 76cb1d4b72 dispatcher: drop a useless condition
The request->scripts are allocated in handle_action() and request_free() is
only called after that, so it never sees it NULL. Coverity knows:

CID 59385 (#1 of 1): Dereference before null check (REVERSE_INULL)
check_after_deref: Null-checking request->scripts suggests that it may be null,
but it has already been dereferenced on all paths leading to the check.
2016-02-11 17:01:03 +01:00
..
tests build: rename directory "include" to "shared" 2015-12-24 11:42:37 +01:00
Makefile.am build: rename directory "include" to "shared" 2015-12-24 11:42:37 +01:00
nm-dispatcher-api.h nm-dispatcher: allow scripts to be marked as no-wait 2015-08-25 15:27:18 +02:00
nm-dispatcher-utils.c dispatcher: return error reason from nm_dispatcher_utils_construct_envp() 2015-08-25 15:27:19 +02:00
nm-dispatcher-utils.h dispatcher: return error reason from nm_dispatcher_utils_construct_envp() 2015-08-25 15:27:19 +02:00
nm-dispatcher.c dispatcher: drop a useless condition 2016-02-11 17:01:03 +01:00
nm-dispatcher.conf dbus: final dbus policy fixes (bgo #563730) 2009-02-17 10:43:53 -05:00
nm-dispatcher.xml dispatcher: port to GDBus 2014-09-18 11:26:59 -04:00
org.freedesktop.nm_dispatcher.service.in dispatcher: rename executable to 'nm-dispatcher' 2014-06-06 13:43:45 -05:00