1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-19 20:38:00 +01:00

Debian patch: 03-fix_typo_wicd-cli.patch

This commit is contained in:
Adam Blackburn
2010-05-29 17:32:34 +08:00
parent 6bcae3ad97
commit d7a622545b

View File

@@ -143,7 +143,7 @@ if options.network_details:
# network properties # network properties
if options.network_property: if options.network_property:
options.network_property = option.network_property.lower() options.network_property = options.network_property.lower()
if options.wireless: if options.wireless:
if options.network >= 0: if options.network >= 0:
is_valid_wireless_network_id(options.network) is_valid_wireless_network_id(options.network)