Merge "[Bugfix][L805A-6] solve lynq_get_current_call_state_ext get slot failed after hungup current call" into DSDS
diff --git a/common_src/lib/liblynq-call/lynq_call.cpp b/common_src/lib/liblynq-call/lynq_call.cpp
index 7ce1d26..d4d57d2 100755
--- a/common_src/lib/liblynq-call/lynq_call.cpp
+++ b/common_src/lib/liblynq-call/lynq_call.cpp
@@ -1237,6 +1237,7 @@
         if((*handle) >= 0)

         {

             *call_state = (int)LYNQ_CALL_END;

+            *slot = global_slot;

             return RESULT_OK; 

         }

         else