NetworkManager/src/devices/team
Thomas Haller 4fa01c7dc9 team: fix potential crash if team binary doesn't exist
warning: Access to field 'message' results in a dereference of a null pointer (loaded from variable 'error')
   #   552|   			if (!teamd_kill (self, NULL, &error)) {
   #   553|-> 				_LOGW (LOGD_TEAM, "existing teamd config mismatch; failed to kill existing teamd: %s", error->message);
   #   554|   				*reason = NM_DEVICE_STATE_REASON_TEAMD_CONTROL_FAILED;

Fixes: 24a764e831
2015-06-25 18:49:18 +02:00
..
exports.ver core: move device factory type function into factory object 2014-09-11 12:47:23 -05:00
Makefile.am libnm: add NetworkManager.h, disallow including individual headers 2014-08-01 14:34:40 -04:00
nm-device-team.c team: fix potential crash if team binary doesn't exist 2015-06-25 18:49:18 +02:00
nm-device-team.h devices: drop device-type-specific error domains 2014-10-22 08:29:08 -04:00
nm-team-factory.c core: let plugins indicate links which should be ignored 2015-05-06 16:14:25 -05:00
nm-team-factory.h all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00