Skip to content

Commit

Permalink
When discovery is stopped, clear list of detected devices so they can…
Browse files Browse the repository at this point in the history
… be redetected later.

svn path=/trunk/Mono.Nat/; revision=133381
  • Loading branch information
alanmcgovern committed May 2, 2009
1 parent 4af5d2a commit ce21045
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Mono.Nat/NatUtility.cs
Expand Up @@ -128,6 +128,7 @@ public static void StartDiscovery ()

public static void StopDiscovery ()
{
controllers.Clear();
searching = false;
}

Expand Down

0 comments on commit ce21045

Please sign in to comment.