nfs_normalize_path: don't strip trailing slash from "/"
authorArne Redlich <arne.redlich@googlemail.com>
Sun, 9 Mar 2014 20:55:42 +0000 (21:55 +0100)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Thu, 20 Mar 2014 23:58:32 +0000 (16:58 -0700)
Otherwise end up with a null string which is not permitted (RFC 1813, 3.2;
the code checks for it right after the now fixed nullification of "/").

Signed-off-by: Arne Redlich <arne.redlich@googlemail.com>

No differences found