diff options
author | jsorg71 <jsorg71> | 2009-08-15 02:49:13 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2009-08-15 02:49:13 +0000 |
commit | 33b4e7f417f5d270b88b44ae1a3356a29a977062 (patch) | |
tree | 908ea7c643bfea14c1b8ec77236129072beaf3e3 /xup/xup.c | |
parent | fa91c84668207d94079fc0b4826d3f0e89efdf40 (diff) | |
download | xrdp-proprietary-33b4e7f417f5d270b88b44ae1a3356a29a977062.tar.gz xrdp-proprietary-33b4e7f417f5d270b88b44ae1a3356a29a977062.zip |
channel fixes
Diffstat (limited to 'xup/xup.c')
-rw-r--r-- | xup/xup.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |