X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fshared%2Ffileio-label.c;h=d5ce24c0d99d02266025a624e1f0190a3f7889d8;hb=cb87a73b45503eaa6bead291423a529b00d27156;hp=c3def3c568fd615ffbec57b6c9f11de5d7ec8aaa;hpb=9f1c19405a1ccaf59dcc8c32c13a1619541189ad;p=elogind.git diff --git a/src/shared/fileio-label.c b/src/shared/fileio-label.c index c3def3c56..d5ce24c0d 100644 --- a/src/shared/fileio-label.c +++ b/src/shared/fileio-label.c @@ -34,7 +34,7 @@ int write_string_file_atomic_label(const char *fn, const char *line) { if (r < 0) return r; - write_string_file_atomic(fn, line); + r = write_string_file_atomic(fn, line); label_context_clear(); @@ -48,7 +48,7 @@ int write_env_file_label(const char *fname, char **l) { if (r < 0) return r; - write_env_file(fname, l); + r = write_env_file(fname, l); label_context_clear();