From 9692449599b1b4a397c040d9a745756802f0e9b3 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 13 Apr 2017 14:32:36 +0200 Subject: sccp_test_server: Don't use '0' as local reference the '0' confuses the Ericsson SCCP code for Eclipse Titan, even though the spec considers it permitted. Change-Id: I21269a7d610a4bf52555ffcef4f8acc55824515e --- examples/sccp_test_server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/sccp_test_server.c b/examples/sccp_test_server.c index 71bed96..6249e45 100644 --- a/examples/sccp_test_server.c +++ b/examples/sccp_test_server.c @@ -12,7 +12,7 @@ #include "internal.h" -unsigned int conn_id; +unsigned int conn_id =1; /* a simple SCCP User which refuses all connections and discards all * unitdata */ -- cgit v1.2.3