commit | f9f934899e00a590cbb35954ca37dc001252c941 | [log] [tgz] |
---|---|---|
author | Radek Krejci <rkrejci@cesnet.cz> | Wed Sep 21 14:11:15 2016 +0200 |
committer | Radek Krejci <rkrejci@cesnet.cz> | Wed Sep 21 14:11:15 2016 +0200 |
tree | 0ebdd7ea5a440225ccefd4ef1f6871d6a4a08998 | |
parent | 58d47d5f8cc3e16e6eaa853760b755ae15d4d1dc [diff] |
io MAINTENANCE init variable just shut up compiler
diff --git a/src/io.c b/src/io.c index fd21951..7aa31ef 100644 --- a/src/io.c +++ b/src/io.c
@@ -923,7 +923,7 @@ struct wclb_arg arg; const char **capabilities; uint32_t *sid = NULL, i; - int wd; + int wd = 0; assert(session);