From 3e010fccd4427fdfef5b55bd504434995e86aba6 Mon Sep 17 00:00:00 2001 From: bagyenda <> Date: Mon, 7 Aug 2006 20:58:13 +0000 Subject: [PATCH] - Slight bug fixes - syntax issues --- mbuni/doc/userguide.shtml | 2 +- mbuni/mmsbox/mmsbox.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mbuni/doc/userguide.shtml b/mbuni/doc/userguide.shtml index e58dbd3..848cc85 100644 --- a/mbuni/doc/userguide.shtml +++ b/mbuni/doc/userguide.shtml @@ -1939,7 +1939,7 @@ Supported configuration parameters are: Mandatory: - Identifying name for this connection (used in logs for instance) + Identifying name for this connection (used in logs for instance). For MM7 connections it also used as the VASP ID parameter diff --git a/mbuni/mmsbox/mmsbox.c b/mbuni/mmsbox/mmsbox.c index 471317d..ef86db7 100644 --- a/mbuni/mmsbox/mmsbox.c +++ b/mbuni/mmsbox/mmsbox.c @@ -858,7 +858,7 @@ static int make_and_queue_msg(Octstr *data, Octstr *ctype, List *reply_headers, time_t expiryt = time(NULL) + DEFAULT_EXPIRE; Octstr *x; - List *xto = list_create();; + List *xto = list_create(); int i, n, res = -1; gw_assert(svc_name);