diff options
Diffstat (limited to 'redhat/applications/wlassistant/wlassistant-14.0.0.patch')
-rw-r--r-- | redhat/applications/wlassistant/wlassistant-14.0.0.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/redhat/applications/wlassistant/wlassistant-14.0.0.patch b/redhat/applications/wlassistant/wlassistant-14.0.0.patch new file mode 100644 index 000000000..385d4d07d --- /dev/null +++ b/redhat/applications/wlassistant/wlassistant-14.0.0.patch @@ -0,0 +1,13 @@ +diff --git a/src/watools.cpp b/src/watools.cpp +index 5814274..252c791 100644 +--- a/src/watools.cpp ++++ b/src/watools.cpp +@@ -192,6 +192,8 @@ int WATools::availableNetworks( const char* _ifname ) //returns a list of availa + i++; + } while (scan = scan->next); + printf( "WATools: Networks found: %i\n", i ); ++ ++ return i; + } + + |