diff options
Diffstat (limited to 'src/common/HPM.c')
-rw-r--r-- | src/common/HPM.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/HPM.c b/src/common/HPM.c index 23265fa24..0316f9494 100644 --- a/src/common/HPM.c +++ b/src/common/HPM.c @@ -486,7 +486,7 @@ void hplugin_unload(struct hplugin* plugin) /* TODO: for manual packet unload */ /* - Go through known packets and unlink any belonging to the plugin being removed */ if (!HPM->off) { - int i, cursor; + unsigned int i, cursor; for (cursor = 0; cursor < HPM->plugin_count; cursor++) { if (HPM->plugins[cursor]->idx != plugin->idx) continue; |