Commit da9509bd authored by Chas Williams's avatar Chas Williams Committed by Hideaki Yoshifuji

[ATM]: mpoa_proc warning cleanup (from Willy TARREAU <willy@w.ods.org>)

parent ab955e9f
...@@ -103,7 +103,7 @@ static ssize_t proc_mpc_read(struct file *file, char *buff, ...@@ -103,7 +103,7 @@ static ssize_t proc_mpc_read(struct file *file, char *buff,
size_t count, loff_t *pos){ size_t count, loff_t *pos){
unsigned long page = 0; unsigned long page = 0;
unsigned char *temp; unsigned char *temp;
ssize_t length = 0; int length = 0;
int i = 0; int i = 0;
struct mpoa_client *mpc = mpcs; struct mpoa_client *mpc = mpcs;
in_cache_entry *in_entry; in_cache_entry *in_entry;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment