diff options
Diffstat (limited to 'accel-pptpd/ctrl/l2tp/dict.c')
-rw-r--r-- | accel-pptpd/ctrl/l2tp/dict.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pptpd/ctrl/l2tp/dict.c b/accel-pptpd/ctrl/l2tp/dict.c index a0ca999..c93ccd4 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) { |