diff options
author | Samuel Thibault <sthibault@debian.org> | 2009-10-10 21:01:32 +0000 |
---|---|---|
committer | Samuel Thibault <sthibault@debian.org> | 2009-10-10 21:01:32 +0000 |
commit | 250a875f4f6f044dd3baf2f26a6d3f5a6f2f8bd3 (patch) | |
tree | c36007b8f4c7ad6f8b7ed8395412e3fd4bd1ffc0 | |
parent | d03fb78e688e222f06f01ae4c096ca7067500fec (diff) |
fix patch
-rw-r--r-- | debian/patches/libdiskfs-rename.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/libdiskfs-rename.patch b/debian/patches/libdiskfs-rename.patch index e530a6c7..626d48d1 100644 --- a/debian/patches/libdiskfs-rename.patch +++ b/debian/patches/libdiskfs-rename.patch @@ -15,7 +15,7 @@ index 747c666..d0e5b60 100644 return EXDEV; + if (!strcmp (fromname, ".") || !strcmp (fromname, "..") -+ || !strcmp (toname, ".") || !strcmp (toname, "..") ++ || !strcmp (toname, ".") || !strcmp (toname, "..")) + return EINVAL; + if (tocred->po->shadow_root != fromcred->po->shadow_root) |