From 73b6989bdc0066caa4d8c351127345d7785feb92 Mon Sep 17 00:00:00 2001 From: Kozlov Dmitry Date: Mon, 27 Dec 2010 18:38:46 +0300 Subject: fix compilation warnings --- accel-pptpd/ctrl/l2tp/dict.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'accel-pptpd/ctrl') diff --git a/accel-pptpd/ctrl/l2tp/dict.c b/accel-pptpd/ctrl/l2tp/dict.c index a0ca9999..c93ccd48 100644 --- a/accel-pptpd/ctrl/l2tp/dict.c +++ b/accel-pptpd/ctrl/l2tp/dict.c @@ -117,7 +117,7 @@ static int dict_load(const char *fname) struct l2tp_dict_attr_t *attr; struct l2tp_dict_value_t *value; struct list_head *items; - int r, n, i; + int i, r, n = 0; f = fopen(fname, "r"); if (!f) { -- cgit v1.2.3