mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-03-08 20:58:20 +03:00
parent
d61db498bf
commit
72585a584d
@ -1710,6 +1710,8 @@ static int socket_open_fds(Socket *_s) {
|
||||
_cleanup_free_ char *ep = NULL;
|
||||
|
||||
ep = path_make_absolute("ep0", p->path);
|
||||
if (!ep)
|
||||
return -ENOMEM;
|
||||
|
||||
p->fd = usbffs_address_create(ep);
|
||||
if (p->fd < 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user