Seems like a typo...

Signed off by: Ilya A. Volynets-Evenbakh <ilya@total-knowledge.com>
Other Kismet patches: http://www.total-knowledge.com/progs/kismet

Index: globalregistry.h
===================================================================
--- globalregistry.h	(revision 2977)
+++ globalregistry.h	(working copy)
@@ -346,7 +346,7 @@ class GlobalRegistry {
 	}
 
 	int RemoveDumpFile(Dumpfile *in_dump) {
-		for (unsigned int x = 0; x < subsys_pollable_vec.size(); x++) {
+		for (unsigned int x = 0; x < subsys_dumpfile_vec.size(); x++) {
 			if (subsys_dumpfile_vec[x] == in_dump) {
 				subsys_dumpfile_vec.erase(subsys_dumpfile_vec.begin() + x);
 				return 1;
