matanp has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-cbc/+/42035?usp=email )


Change subject: sbcap: Remove duplicated cli connection destroy
......................................................................

sbcap: Remove duplicated cli connection destroy

Change-Id: I8809738955fb90e546b2adb8bb0722b15f464d26
---
M src/sbcap_link.c
1 file changed, 0 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-cbc refs/changes/35/42035/1

diff --git a/src/sbcap_link.c b/src/sbcap_link.c
index 04df0e4..4c7049a 100644
--- a/src/sbcap_link.c
+++ b/src/sbcap_link.c
@@ -431,7 +431,6 @@

        if (link->is_client) {
                osmo_stream_cli_destroy(link->cli_conn);
-               osmo_stream_cli_destroy(link->cli_conn);
                if (link->peer)
                        link->peer->link.sbcap = NULL;
                link->cli_conn = NULL;

--
To view, visit https://gerrit.osmocom.org/c/osmo-cbc/+/42035?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings?usp=email

Gerrit-MessageType: newchange
Gerrit-Project: osmo-cbc
Gerrit-Branch: master
Gerrit-Change-Id: I8809738955fb90e546b2adb8bb0722b15f464d26
Gerrit-Change-Number: 42035
Gerrit-PatchSet: 1
Gerrit-Owner: matanp <[email protected]>

Reply via email to