summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2007-04-02 19:12:41 +0000
committerBenny Prijono <bennylp@teluu.com>2007-04-02 19:12:41 +0000
commit2c4d20010b0c284229d625584bae1c933a20151f (patch)
tree89d8b7c73c51f249fbb66e7e49c9f96963a16de0
parentce86b8c4297d13bc706ee91a5df2e21ed2a40a95 (diff)
Fixed minor error in proxy sample
git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/pjproject-0.5-stable@1132 74dad513-b988-da41-8d7b-12977e46ad98
-rw-r--r--pjsip-apps/src/samples/proxy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjsip-apps/src/samples/proxy.h b/pjsip-apps/src/samples/proxy.h
index 5f62a503..595ecd4f 100644
--- a/pjsip-apps/src/samples/proxy.h
+++ b/pjsip-apps/src/samples/proxy.h
@@ -77,7 +77,7 @@ static pj_status_t init_options(int argc, char *argv[])
switch (c) {
case 'p':
global.port = atoi(pj_optarg);
- printf("Port is set to %d\n", global.pool);
+ printf("Port is set to %d\n", global.port);
break;
case 'R':