chiark / gitweb /
shared: add minimal JSON tokenizer
[elogind.git] / src / sysusers / sysusers.c
index 647eb577a602671d13fd22426bbbba9d0d23f7ec..0baa2c39d842791f0132ac88ff7884d29a779c7f 100644 (file)
@@ -215,7 +215,7 @@ static int make_backup(const char *target, const char *x) {
         if (r < 0)
                 return r;
 
-        r = copy_bytes(src, fileno(dst), (off_t) -1);
+        r = copy_bytes(src, fileno(dst), (off_t) -1, true);
         if (r < 0)
                 goto fail;