We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
} else if (!xmlStrcmp(dnode->name, BAD_CAST "binary")) { xc = xmlGetProp(dnode, BAD_CAST "filename"); if (xc == NULL) { fprintf(stderr, "error in config file: attribute filename missing from <binary>\n"); exit(LSYNCD_BADCONFIGFILE); } dc->exclude_file = s_strdup((char *) xc); bug??
Original issue reported on code.google.com by cjq8...@gmail.com on 7 Apr 2010 at 8:57
cjq8...@gmail.com
The text was updated successfully, but these errors were encountered:
Yes, 'dc->exclude_file' should be replaced by 'dc->binary' in line 1371.
Original comment by goo...@stephan.herrnkind.eu on 10 Apr 2010 at 10:49
goo...@stephan.herrnkind.eu
Sorry, something went wrong.
Yes, this was a bug, it has been fixed a little ago. Thank you.
Original comment by axk...@gmail.com on 11 Jul 2010 at 7:25
axk...@gmail.com
No branches or pull requests
Original issue reported on code.google.com by
cjq8...@gmail.com
on 7 Apr 2010 at 8:57The text was updated successfully, but these errors were encountered: