Unneeded NULL check
commit5df5416e639cd75bd85d243af41387c2418fa580
authorDr. David Alan Gilbert <dgilbert@redhat.com>
Wed, 18 Nov 2015 11:48:41 +0000 (18 11:48 +0000)
committerJuan Quintela <quintela@redhat.com>
Thu, 19 Nov 2015 10:49:53 +0000 (19 11:49 +0100)
treebb45896d8dc18840572f5f3456d3a4dedc6be594
parent95a7788b2faa81ff95675f1e46a3272a612b35de
Unneeded NULL check

The check is unneccesary, we read the value at the start of the
thread, use it, and never change it.  The value is checked to be
non-NULL before thread creation.

Spotted by coverity, CID 1339211

Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
migration/migration.c