Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tun: compare with 0 instead of total_len
Since we set "len = total_len" in the beginning of tun_get_user(), so we should compare the new len with 0, instead of total_len, or the if statement always returns false. Signed-off-by: Weiping Pan <wpan@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
- Loading branch information