X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=client-src%2Fclient_util.c;h=3c82cf44be33a6c34ab33c5f263ae647f9069d1d;hb=96f35b20267e8b1a1c846d476f27fcd330e0b018;hp=d4274004b91b50f8e15be7f0c54273dc47ecaf3c;hpb=d74dc4d908fcbc1a4ef474edaf51e61ec90eab6b;p=debian%2Famanda diff --git a/client-src/client_util.c b/client-src/client_util.c index d427400..3c82cf4 100644 --- a/client-src/client_util.c +++ b/client-src/client_util.c @@ -857,7 +857,7 @@ backup_support_option( } amfree(line); } - aclose(supportout); + fclose(streamout); streamerr = fdopen(supporterr, "r"); if (!streamerr) { error(_("Error opening pipe to child: %s"), strerror(errno)); @@ -870,7 +870,7 @@ backup_support_option( } amfree(bsu); } - aclose(supporterr); + fclose(streamerr); if (waitpid(supportpid, &status, 0) < 0) { err = vstrallocf(_("waitpid failed: %s"), strerror(errno));