summaryrefslogtreecommitdiffstats
path: root/xrdp/xrdp.c
diff options
context:
space:
mode:
authorjsorg71 <jsorg71>2005-12-14 01:18:06 +0000
committerjsorg71 <jsorg71>2005-12-14 01:18:06 +0000
commite91c34f803c74ee3372ed4ca18e9dea71db73aeb (patch)
tree4ca7fa688c598c1221cf3038f3c1a10ce1fec1bd /xrdp/xrdp.c
parent4e93fc3c373c0fa85efee998fa2f6aa4fde822cd (diff)
downloadxrdp-proprietary-e91c34f803c74ee3372ed4ca18e9dea71db73aeb.tar.gz
xrdp-proprietary-e91c34f803c74ee3372ed4ca18e9dea71db73aeb.zip
get_threadid should return long
Diffstat (limited to 'xrdp/xrdp.c')
-rw-r--r--xrdp/xrdp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xrdp/xrdp.c b/xrdp/xrdp.c
index 4577f2d2..d82c0cda 100644
--- a/xrdp/xrdp.c
+++ b/xrdp/xrdp.c
@@ -28,7 +28,7 @@
#include "xrdp.h"
static struct xrdp_listen* g_listen = 0;
-static int g_threadid = 0; /* main threadid */
+static long g_threadid = 0; /* main threadid */
#if defined(_WIN32)
static SERVICE_STATUS_HANDLE g_ssh = 0;