From: Michael Tremer Date: Sun, 12 Apr 2015 18:23:26 +0000 (+0000) Subject: wireless-adhoc: Fix wrong function name X-Git-Tag: 007~31^2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5565a4936e24c40f8db2ff5ecbe3ed0ae001aeeb;p=network.git wireless-adhoc: Fix wrong function name --- diff --git a/src/hooks/ports/wireless-adhoc b/src/hooks/ports/wireless-adhoc index 7c9ea365..7ab63981 100644 --- a/src/hooks/ports/wireless-adhoc +++ b/src/hooks/ports/wireless-adhoc @@ -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=*)