diff options
Diffstat (limited to 'source4/smbd/process_thread.c')
-rw-r--r-- | source4/smbd/process_thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/smbd/process_thread.c b/source4/smbd/process_thread.c index bd63749f8e..bccf132fe4 100644 --- a/source4/smbd/process_thread.c +++ b/source4/smbd/process_thread.c @@ -37,7 +37,7 @@ static void *connection_thread(void *thread_parm) return NULL; } -static int get_id(struct request_context *req) +static int get_id(struct smbsrv_request *req) { return (int)pthread_self(); } |