From 250a875f4f6f044dd3baf2f26a6d3f5a6f2f8bd3 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sat, 10 Oct 2009 21:01:32 +0000 Subject: fix patch --- debian/patches/libdiskfs-rename.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3