aboutsummaryrefslogtreecommitdiffstats
path: root/airpcap_loader.c
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2006-12-14 22:32:13 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2006-12-14 22:32:13 +0000
commitd0d67abc71328f155a4dae77ec1f2d03fd978bea (patch)
tree8055f703fefac06c75ae3a29eece1ced8e6c158c /airpcap_loader.c
parent8deb06eea26599bd34da228be9f10fec256c8315 (diff)
remove a warning
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20139 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'airpcap_loader.c')
-rw-r--r--airpcap_loader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/airpcap_loader.c b/airpcap_loader.c
index d0ddf88f9d..bd5c9c1d9f 100644
--- a/airpcap_loader.c
+++ b/airpcap_loader.c
@@ -1988,7 +1988,7 @@ guint wep_n1=0,wep_n2=0;
GList *wep_list1=NULL;
GList *wep_list2=NULL;
/* XXX - END*/
-guint i,j;
+guint i/*,j*/;
decryption_key_t *dk1=NULL,*dk2=NULL;
n1 = g_list_length(list1);