]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - tc/m_action.c
: prevent tc crashes
[mirror_iproute2.git] / tc / m_action.c
index 89ab71fbef56c39fe725dd6b034570a58192f6a5..6d730630352beaec948e2c47ea906e0a6ae76103 100644 (file)
@@ -87,7 +87,7 @@ restart_s:
                }
        }
 
-       snprintf(buf, sizeof(buf), "%s_util", str);
+       snprintf(buf, sizeof(buf), "%s_action_util", str);
        a = dlsym(dlh, buf);
        if (a == NULL)
                goto noexist;