summaryrefslogtreecommitdiffstats
path: root/xrdp/xrdp_mm.c
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2013-08-24 22:41:44 -0700
committerJay Sorg <jay.sorg@gmail.com>2013-08-24 22:41:44 -0700
commit1a616a1b469a00279ac6d42cffcd2b23da492c60 (patch)
treef99d7ef5784236dc52089ee3fb592a71ac930066 /xrdp/xrdp_mm.c
parent9538ca422b03c003d30cba30f3907723a22f3ea1 (diff)
downloadxrdp-proprietary-1a616a1b469a00279ac6d42cffcd2b23da492c60.tar.gz
xrdp-proprietary-1a616a1b469a00279ac6d42cffcd2b23da492c60.zip
move text2bool to os_calls
Diffstat (limited to 'xrdp/xrdp_mm.c')
-rw-r--r--xrdp/xrdp_mm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xrdp/xrdp_mm.c b/xrdp/xrdp_mm.c
index 391ea306..10bea994 100644
--- a/xrdp/xrdp_mm.c
+++ b/xrdp/xrdp_mm.c
@@ -2209,7 +2209,7 @@ is_channel_enabled(char *inName, struct list *names, struct list *values)
if ( index >= 0 )
{
val = (char *)list_get_item(values, index);
- reply = text2bool(val);
+ reply = g_text2bool(val);
if (reply == 0)
{
log_message(LOG_LEVEL_INFO,"This channel is disabled: %s", inName);