summaryrefslogtreecommitdiff
path: root/lib/thread.c
diff options
context:
space:
mode:
authorJafar Al-Gharaibeh <Jafaral@users.noreply.github.com>2017-06-30 10:35:28 -0500
committerGitHub <noreply@github.com>2017-06-30 10:35:28 -0500
commit1d0ca3ebf3ca33f37e23a437dd16e8473a347eb6 (patch)
treeaa5619148f19625996108b572e38811d834437a5 /lib/thread.c
parentb5a46fd2a6e047576ad6869e4fb4c4ac10fd3773 (diff)
parente49b20cecc8ce7b52aa23294fefb79b887d8271b (diff)
Merge pull request #770 from donaldsharp/zclient
Zclient
Diffstat (limited to 'lib/thread.c')
-rw-r--r--lib/thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/thread.c b/lib/thread.c
index bc52d1b134..801168a799 100644
--- a/lib/thread.c
+++ b/lib/thread.c
@@ -1320,7 +1320,7 @@ thread_fetch (struct thread_master *m, struct thread *fetch)
struct timeval now;
struct timeval zerotime = { 0, 0 };
struct timeval tv;
- struct timeval *tw;
+ struct timeval *tw = NULL;
int num = 0;