mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-03-03 11:20:37 +01:00
src/nm-dispatcher.c was passing the connection's D-Bus path to the dispatcher, which was then ignoring it. Meanwhile, test-dispatcher-envp was passing a fake D-Bus path with the wrong name (which didn't actually matter since nm_dispatcher_utils_construct_envp() ignored it anyway). Fix it so that the path gets exposed as CONNECTION_DBUS_PATH, and adjust the tests for that. |
||
|---|---|---|
| .. | ||
| dispatcher-down | ||
| dispatcher-up | ||
| dispatcher-vpn-down | ||
| dispatcher-vpn-up | ||
| Makefile.am | ||
| test-dispatcher-envp.c | ||