Skip to content
New issue

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

it is bug? #15

Closed
GoogleCodeExporter opened this issue Aug 3, 2015 · 2 comments
Closed

it is bug? #15

GoogleCodeExporter opened this issue Aug 3, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

                } 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

@GoogleCodeExporter
Copy link
Author

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

@GoogleCodeExporter
Copy link
Author

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

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant