Didn't mean to check this in...

Change-Id: Ie5a1902ff2613cd349ca5724f63a3fe3306640c7
This commit is contained in:
Andreas Huber
2011-11-11 10:17:00 -08:00
parent cd556b82fd
commit 54c7efa4dd

View File

@@ -792,7 +792,7 @@ struct MyHandler : public AHandler {
}
if (mNumAccessUnitsReceived == 0) {
#if 0
#if 1
LOGI("stream ended? aborting.");
(new AMessage('abor', id()))->post();
break;