Dolda2000 GitWeb
/
statserve.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86d0fd8
)
Fixed dodir bug.
author
Fredrik Tolf
<fredrik@dolda2000.com>
Sat, 12 Apr 2014 15:43:05 +0000
(17:43 +0200)
committer
Fredrik Tolf
<fredrik@dolda2000.com>
Sat, 12 Apr 2014 15:43:05 +0000
(17:43 +0200)
statdbput.c
patch
|
blob
|
blame
|
history
diff --git
a/statdbput.c
b/statdbput.c
index
061d5ee
..
3f5ea08
100644
(file)
--- 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)