]> xenbits.xensource.com Git - libvirt.git/commit
Check for existence of interface prior to setting terminate flag
authorJohn Ferlan <jferlan@redhat.com>
Fri, 31 May 2013 11:26:30 +0000 (07:26 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Fri, 31 May 2013 14:43:29 +0000 (10:43 -0400)
commit64919d978e4cc910a4475f77c0f04b866051935d
tree15a9efe09eb691f70f73bdedda0661026f01f468
parent2f3e7f1e36334a5e32b44df91247a37279aecee4
Check for existence of interface prior to setting terminate flag

https://bugzilla.redhat.com/show_bug.cgi?id=903480

During domain destruction it's possible that the learnIPAddressThread has
already removed the interface prior to the teardown filter path being run.
The teardown code would only be telling the thread to terminate.
src/nwfilter/nwfilter_learnipaddr.c