diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/lib/auto.action | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/auto.action b/src/lib/auto.action index bfb5f1d..bdbb9ad 100755 --- a/src/lib/auto.action +++ b/src/lib/auto.action @@ -12,7 +12,6 @@ PROFILE_FILE="$STATE_DIR/wpa_actiond_$interface.profile" # Is it possible that we don't get a profile?! [[ "$profile" ]] && load_profile "$profile" -# TODO: copy some from 'network' case $action in CONNECT) if [[ -z $profile ]]; then |