Skip to content

Commit

Permalink
Tweak typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed Jun 18, 2014
1 parent 24e7244 commit 58d589d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dird/dird_conf.c
Expand Up @@ -991,7 +991,7 @@ void dump_resource(int type, RES *reshdr, void sendit(void *sock, const char *fm
}
sendit(sock, " N\n");
}
for (j = 0; i < incexe->ignoredir.size(); i++) {
for (j = 0; j < incexe->ignoredir.size(); j++) {
sendit(sock, " Z %s\n", incexe->ignoredir.get(j));
}
for (j = 0; j < incexe->name_list.size(); j++) {
Expand Down

0 comments on commit 58d589d

Please sign in to comment.