|
Lines 199-207
Link Here
|
| 199 |
user == media::MediaChangeReport::CHANGE_URL ) |
199 |
user == media::MediaChangeReport::CHANGE_URL ) |
| 200 |
{ |
200 |
{ |
| 201 |
// retry |
201 |
// retry |
| 202 |
DBG << "Going to attach again" << endl; |
202 |
DBG << "Going to try again" << endl; |
| 203 |
|
203 |
|
| 204 |
media_mgr.attach( _media ); |
204 |
// not attaching, media set will do that for us |
|
|
205 |
// this could generate uncaught exception (#158620) |
| 205 |
|
206 |
|
| 206 |
break; |
207 |
break; |
| 207 |
} |
208 |
} |