[Positioner] Autocalibration: fix segfault

This commit is contained in:
Matteo Cypriani 2012-05-26 12:23:09 +02:00
parent b594505ea7
commit bc2129a36b
1 changed files with 1 additions and 2 deletions

View File

@ -55,8 +55,7 @@ void Autocalibration::generate_reference_point()
vmob_pow = 0 ;
/* Generate the SS(s) for each AP */
for (unordered_map<string, AccessPoint>::const_iterator
rx = Stock::aps.begin() ; rx != Stock::aps.end() ; ++rx)
for (rx = Stock::aps.begin() ; rx != Stock::aps.end() ; ++rx)
generate_ss() ;
/* Create the virtual mobile */