Skip to content

Commit

Permalink
Bug 673862 - Fix compile of nsWifiScannerSolaris.cpp. r=jones.chris.g.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ginn Chen committed Jul 28, 2011
1 parent be68d5f commit b25f44a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netwerk/wifi/nsWifiScannerSolaris.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ nsWifiMonitor::DoScan()

LOG(("waiting on monitor\n"));

MonitorAutoEnter mon(mMonitor);
ReentrantMonitorAutoEnter mon(mReentrantMonitor);
mon.Wait(PR_SecondsToInterval(60));
}

Expand Down

0 comments on commit b25f44a

Please sign in to comment.