Message ID | 20140422160709.GA18265@davidb.org (mailing list archive) |
---|---|
State | Deferred |
Headers | show |
diff --git a/cmds-receive.c b/cmds-receive.c index d6cd3da..5bd4161 100644 --- a/cmds-receive.c +++ b/cmds-receive.c @@ -492,6 +492,9 @@ static int process_rmdir(const char *path, void *user) fprintf(stderr, "ERROR: rmdir %s failed. %s\n", path, strerror(-ret)); } + // Ugly hack to work around kernel problem of sending + // redundant rmdirs. + ret = 0; free(full_path); return ret;