ayourtch / lsyncd

Automatically exported from code.google.com/p/lsyncd
GNU General Public License v2.0
0 stars 0 forks source link

it is bug? #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
                } 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 commented 9 years ago
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 commented 9 years ago
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