The original code assumes that 1st column is mount type,
however, 3rd column is really mount type. Fix it.
Signed-off-by: Ryota Ozaki
---
src/lxc/lxc-ls.in |2 +-
src/lxc/lxc-netstat.in |2 +-
src/lxc/lxc-ps.in |2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff -
Quoting Ryota Ozaki (ozaki.ry...@gmail.com):
> The original code assumes that 1st column is mount type,
> however, 3rd column is really mount type. Fix it.
>
> Signed-off-by: Ryota Ozaki
As the person probably responsible for that mistake,
Acked-by: Serge Hallyn
> ---
> src/lxc/lxc-ls.in