diff options
| author | Jafar Al-Gharaibeh <Jafaral@users.noreply.github.com> | 2017-06-30 10:35:28 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-30 10:35:28 -0500 |
| commit | 1d0ca3ebf3ca33f37e23a437dd16e8473a347eb6 (patch) | |
| tree | aa5619148f19625996108b572e38811d834437a5 /lib/thread.c | |
| parent | b5a46fd2a6e047576ad6869e4fb4c4ac10fd3773 (diff) | |
| parent | e49b20cecc8ce7b52aa23294fefb79b887d8271b (diff) | |
Merge pull request #770 from donaldsharp/zclient
Zclient
Diffstat (limited to 'lib/thread.c')
| -rw-r--r-- | lib/thread.c | 2 |
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; |
