]> git.ipfire.org Git - people/ms/network.git/commitdiff
header-port: Start with empty set of settings
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 20 Sep 2018 22:04:21 +0000 (23:04 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 20 Sep 2018 22:04:21 +0000 (23:04 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/header-port

index 489958fa276745e23fcc910a8e8ef22a75303fc2..6cf0cc9fb83c854b2810cbd9dfa6868319e82245 100644 (file)
@@ -41,6 +41,7 @@ hook_hotplug_rename() {
 }
 
 hook_default_new() {
+       local ${HOOK_SETTINGS}
        if ! hook_parse_cmdline "$@"; then
                return ${EXIT_ERROR}
        fi