summaryrefslogtreecommitdiffstats
path: root/xup/xup.c
diff options
context:
space:
mode:
authorjsorg71 <jsorg71>2009-08-15 02:49:13 +0000
committerjsorg71 <jsorg71>2009-08-15 02:49:13 +0000
commit33b4e7f417f5d270b88b44ae1a3356a29a977062 (patch)
tree908ea7c643bfea14c1b8ec77236129072beaf3e3 /xup/xup.c
parentfa91c84668207d94079fc0b4826d3f0e89efdf40 (diff)
downloadxrdp-proprietary-33b4e7f417f5d270b88b44ae1a3356a29a977062.tar.gz
xrdp-proprietary-33b4e7f417f5d270b88b44ae1a3356a29a977062.zip
channel fixes
Diffstat (limited to 'xup/xup.c')
-rw-r--r--xup/xup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xup/xup.c b/xup/xup.c
index acebc4f8..20174365 100644
--- a/xup/xup.c
+++ b/xup/xup.c
@@ -448,6 +448,7 @@ mod_init(void)
mod = (struct mod*)g_malloc(sizeof(struct mod), 1);
mod->size = sizeof(struct mod);
+ mod->version = CURRENT_MOD_VER;
mod->handle = (tbus)mod;
mod->mod_connect = lib_mod_connect;
mod->mod_start = lib_mod_start;