]> git.ipfire.org Git - people/stevee/network.git/commitdiff
wireless-adhoc: Fix wrong function name
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 12 Apr 2015 18:23:26 +0000 (18:23 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 12 Apr 2015 18:23:26 +0000 (18:23 +0000)
src/hooks/ports/wireless-adhoc

index 7c9ea3654c945de31ba92bf7806e888812ecb9f1..7ab639816e2508f4ce7a70cd9c6c2a694876c857 100644 (file)
@@ -41,7 +41,7 @@ function hook_check_settings() {
        assert isset SSID
 }
 
-function hook_create() {
+function hook_new() {
        while [ $# -gt 0 ]; do
                case "${1}" in
                        --address=*)