]> git.ozlabs.org Git - ccan/blobdiff - tools/tools.c
htable: restore perfect bit when resizing.
[ccan] / tools / tools.c
index 16246593b8b7561534df56f7eb7cd533f884c8b0..20fcc9bb5bfba7fd142e5735e3a8841c9c3e50b2 100644 (file)
@@ -131,7 +131,7 @@ char *run_with_timeout(const void *ctx, const char *cmd,
                *timeout_ms = 0;
        else
                *timeout_ms -= ms;
-
+       close(p[0]);
        if (tools_verbose) {
                printf("%s", ret);
                printf("Finished: %u ms, %s %u\n", ms,
@@ -213,7 +213,7 @@ char *temp_dir(const void *ctx)
 char *maybe_temp_file(const void *ctx, const char *extension, bool keep,
                      const char *srcname)
 {
-       size_t baselen;
+       unsigned baselen;
        char *f, *suffix = talloc_strdup(ctx, "");
        struct stat st;
        unsigned int count = 0;