From 89c9b8eddb49a9e8e4f64a3a1945fee5067134f3 Mon Sep 17 00:00:00 2001 From: bagyenda <> Date: Mon, 2 Apr 2007 12:55:24 +0000 Subject: [PATCH] Changed param name for mmsfromemail proxy --- mbuni/doc/userguide.shtml | 2 +- mbuni/mmsc/mmsfromemail.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mbuni/doc/userguide.shtml b/mbuni/doc/userguide.shtml index 072c7da..8ba6b54 100644 --- a/mbuni/doc/userguide.shtml +++ b/mbuni/doc/userguide.shtml @@ -3341,7 +3341,7 @@ This interface should be invoked from your MTA as follows:

mmsfromemail -f from_address -t recipient_address --p sender_mmsc_hostname conf_file +-s sender_mmsc_hostname conf_file

diff --git a/mbuni/mmsc/mmsfromemail.c b/mbuni/mmsc/mmsfromemail.c index e36919f..f3392d1 100644 --- a/mbuni/mmsc/mmsfromemail.c +++ b/mbuni/mmsc/mmsfromemail.c @@ -462,7 +462,7 @@ static int find_own(int i, int argc, char *argv[]) return 1; } else return -1; - else if (argv[i][1] == 'p') /* Proxy name if any. */ + else if (argv[i][1] == 's') /* Proxy name if any. */ if (i + 1 < argc) { xproxy = octstr_create(argv[i+1]); return 1;