From: Fredrik Tolf Date: Sat, 12 Apr 2014 15:43:05 +0000 (+0200) Subject: Fixed dodir bug. X-Git-Url: http://dolda2000.com/gitweb/?p=statserve.git;a=commitdiff_plain;h=025221ebada174fefb10369d76834013a1aa239d Fixed dodir bug. --- diff --git a/statdbput.c b/statdbput.c index 061d5ee..3f5ea08 100644 --- a/statdbput.c +++ b/statdbput.c @@ -158,7 +158,7 @@ static int dodir(char *path, char *ctype) } buffree(fnbuf); closedir(dir); - return(0); + return(rv); } static void usage(FILE *out)