From e63b96a18e2d257d2af3818bd1347d95ac6b7ec9 Mon Sep 17 00:00:00 2001 From: Victor Seva Date: Tue, 19 May 2015 16:16:48 +0200 Subject: [PATCH] MT#13019 debian: refresh quilt patch Change-Id: Ib2eedb1b8128d0f83f2b156040eb68df1d155255 --- .../0010-dsm-log-event-type-when-processing-events.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/patches/sipwise/0010-dsm-log-event-type-when-processing-events.patch b/debian/patches/sipwise/0010-dsm-log-event-type-when-processing-events.patch index e66d6945..13c7c5e7 100644 --- a/debian/patches/sipwise/0010-dsm-log-event-type-when-processing-events.patch +++ b/debian/patches/sipwise/0010-dsm-log-event-type-when-processing-events.patch @@ -58,7 +58,7 @@ DSMStateDiagram::DSMStateDiagram(const string& name) : name(name) { } -@@ -526,14 +577,14 @@ void DSMStateEngine::runEvent(AmSession* +@@ -526,14 +577,14 @@ map exception_params; bool is_exception = run_exception; @@ -76,7 +76,7 @@ for (vector::iterator tr = current->transitions.begin(); tr != current->transitions.end();tr++) { if (tr->is_exception != is_exception) -@@ -617,7 +668,6 @@ void DSMStateEngine::runEvent(AmSession* +@@ -617,7 +668,6 @@ break; } } @@ -86,8 +86,8 @@ } --- a/apps/dsm/DSMStateEngine.h +++ b/apps/dsm/DSMStateEngine.h -@@ -123,6 +123,8 @@ class DSMCondition - RelayOnB2BReply +@@ -128,6 +128,8 @@ + #endif }; + static const char* type2str(EventType event);