Closed GoogleCodeExporter closed 9 years ago
fix is simple
dshgroup.c +129
- snprintf (backupfile, 4096, "/etc/dsh/group/%s", group);
+ snprintf (backupfile, 4096, "%s/%s", DSHGROUP_PATH, group);
Original comment by mike.dub...@gmail.com
on 9 Aug 2011 at 9:22
Yes, that fix looks good. I guess there were good intentions to use
DSHGROUP_PATH, but it never actually made it into the code.
Thanks!
Original comment by mark.gro...@gmail.com
on 9 Aug 2011 at 2:09
This issue was closed by revision r1349.
Original comment by mark.gro...@gmail.com
on 12 Aug 2011 at 11:07
Original issue reported on code.google.com by
mike.dub...@gmail.com
on 9 Aug 2011 at 9:08