On Sun, 17.10.10 00:11, Tom Gundersen ([email protected]) wrote:

> Hi,
> 
> I ran across this bug when I was trying to make my [email protected] work.
> I wanted to fsck /dev/disk/by-label/boot, but systemd misstakenly
> escaped and unescaped the path to /dev/disk/by\x2dlabel/boot.
> 
> The reason is that invalid characters in unit names are escaped as
> \xFF. However, when
> unescaping we were looking for \FF.
> 
> The attached patch fixes it for me.

Looks good. Applied. Thanks!

Lennart

-- 
Lennart Poettering - Red Hat, Inc.
_______________________________________________
systemd-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to