Moved variable declaration.

This commit is contained in:
Klaas Freitag 2013-03-14 13:41:27 +01:00
parent c263532ba3
commit 7630ab5807

View file

@ -243,7 +243,6 @@ static int _csync_push_file(CSYNC *ctx, csync_file_stat_t *st) {
if (asprintf(&turi, "%s.~XXXXXX", duri) < 0) {
#else
/* split up the path */
int re = 0;
if(duri) {
char *path = c_dirname(duri);
char *base = c_basename(duri);