Fix build.

Change-Id: Ie47b63f02764e8a1ca1d36f502b6b4134859ff0d
This commit is contained in:
Hung-ying Tyan
2010-09-28 02:16:32 +08:00
parent fd144d7667
commit fccd5bc78f

View File

@@ -663,6 +663,9 @@ class SipSessionGroup implements SipListener {
} else if (current != null) {
Log.d(TAG, "transaction terminated: " + toString(current));
return true;
} else {
// no transaction; shouldn't be here; ignored
return true;
}
}