]> arthur.barton.de Git - netatalk.git/commitdiff
Fix typo
authorHAT <hat@fa2.so-net.ne.jp>
Sat, 18 Sep 2010 03:07:10 +0000 (12:07 +0900)
committerHAT <hat@fa2.so-net.ne.jp>
Sat, 18 Sep 2010 03:07:10 +0000 (12:07 +0900)
bin/cnid/ad_cp.c

index 25a112ab55b83cad398d7568c03d56eb414f6e7f..938ce1b41ab267ba41cab7d6c45929fa8eb67271 100644 (file)
@@ -91,8 +91,8 @@ static int ad_cp_r(const afpvol_t *srcvol, const afpvol_t *dstvol, char *srcdir,
     int ret = 0, dirprinted = 0, dirempty;
     static char srcpath[MAXPATHLEN+1];
     static char dstpath[MAXPATHLEN+1];
-    char *tmp1;
-    DIR *dp = NULL
+    char *tmp;
+    DIR *dp = NULL;
     struct dirent *ep;
     static struct stat st;      /* Save some stack space */