Hello,
On Mon, Sep 04, 2017 at 09:51:29PM +0200, Alexander Bluhm wrote:
> On Mon, Sep 04, 2017 at 10:29:01AM +0200, Alexandr Nedvedicky wrote:
> > anyway below is the patch, which Hrvoje was testing and it worked for
> > him.
> > I'd like to get some OK to proceed to commit.
>
> I think it is correct. OK bluhm@
>
> > + if (parent != NULL) {
> > + /*
> > + * Make sure path for levels 2, 3, ... is terminated by '/':
> > + * 1/2/3/...
> > + */
> > + strlcpy(anchor->path, parent->path, sizeof (anchor->path));
>
> Do not put space between sizeof and (
ooops, old Solaris habit I'm still used to ;-) thanks for catching that.
will commit today evening, once be back home.
regards
sasha