Commit 2f3fbc6b by Tycho Andersen

c/r: remember to increment netnr

We need this for calculating the name of unnamed interfaces in the config. But we also need to remember to increment it :) Signed-off-by: 's avatarTycho Andersen <tycho.andersen@canonical.com>
parent 0f90d613
......@@ -460,6 +460,7 @@ static void exec_criu(struct criu_opts *opts)
DECLARE_ARG("--external");
DECLARE_ARG(buf);
netnr++;
}
}
......
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