1
0
Fork 0

- Slight bug fixes - syntax issues

This commit is contained in:
bagyenda 2006-08-07 20:58:13 +00:00
parent e652be1d62
commit 3e010fccd4
2 changed files with 2 additions and 2 deletions

View File

@ -1939,7 +1939,7 @@ Supported configuration parameters are:
</td>
<td valign=top >
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
</td>
</tr>

View File

@ -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);