vc_set_ipv4root_compat(): fixed off-by-one error while checking number
[util-vserver.git] / util-vserver / lib_internal / unify-unify.c
index 6423f58..9b3ef28 100644 (file)
@@ -31,7 +31,7 @@
 
 bool
 Unify_unify(char const *src, struct stat const *src_stat,
-           char const *dst, struct stat const UNUSED *dst_stat)
+           char const *dst)
 {
   size_t       l = strlen(dst);
   char         tmpfile[l + sizeof(";XXXXXX")];