update: Make sure ulen is initialized.

This commit is contained in:
Andreas Schneider 2013-07-25 08:36:23 +02:00
parent 452b0e96ec
commit dbd242442f

View file

@ -241,7 +241,7 @@ int csync_ftw(CSYNC *ctx, const char *uri, csync_walker_fn fn,
while ((dirent = csync_vio_readdir(ctx, dh))) {
const char *path = NULL;
size_t ulen;
size_t ulen = 0;
int flen;
int flag;