summaryrefslogtreecommitdiff
path: root/addons
diff options
context:
space:
mode:
Diffstat (limited to 'addons')
-rw-r--r--addons/ooh323cDriver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/ooh323cDriver.c b/addons/ooh323cDriver.c
index 150024f81..1672849ca 100644
--- a/addons/ooh323cDriver.c
+++ b/addons/ooh323cDriver.c
@@ -124,7 +124,7 @@ void* ooh323c_call_thread(void* dummy)
free(mycthread);
ast_module_unref(myself);
ast_update_use_count();
- return dummy;
+ return NULL;
}
int ooh323c_start_call_thread(ooCallData *call) {