summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <sthibault@debian.org>2009-10-10 21:01:32 +0000
committerSamuel Thibault <sthibault@debian.org>2009-10-10 21:01:32 +0000
commit250a875f4f6f044dd3baf2f26a6d3f5a6f2f8bd3 (patch)
treec36007b8f4c7ad6f8b7ed8395412e3fd4bd1ffc0
parentd03fb78e688e222f06f01ae4c096ca7067500fec (diff)
fix patch
-rw-r--r--debian/patches/libdiskfs-rename.patch2
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)