Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
bolt
bolt
Commits
aea66d72
Commit
aea66d72
authored
Mar 06, 2018
by
Christian Kellner
Browse files
device: dont re-get the parent of the device
parent
e6419407
Changes
1
Hide whitespace changes
Inline
Side-by-side
boltd/bolt-device.c
View file @
aea66d72
...
...
@@ -1001,7 +1001,6 @@ bolt_device_new_for_udev (struct udev_device *udev,
ct
=
(
guint64
)
bolt_sysfs_device_get_time
(
udev
,
BOLT_ST_CTIME
);
parent
=
bolt_sysfs_get_parent_uid
(
udev
);
security
=
bolt_sysfs_security_for_device
(
udev
,
NULL
);
status
=
bolt_status_from_udev
(
udev
,
security
);
at
=
bolt_status_is_authorized
(
status
)
?
ct
:
0
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment