chiark
/
gitweb
/
~ianmdlvl
/
elogind.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06b643e
)
sd-ipv4ll: name the correct source
author
Tom Gundersen
<teg@jklm.no>
Fri, 29 Aug 2014 11:08:16 +0000
(13:08 +0200)
committer
Tom Gundersen
<teg@jklm.no>
Sat, 30 Aug 2014 20:25:42 +0000
(22:25 +0200)
src/libsystemd-network/sd-ipv4ll.c
patch
|
blob
|
history
diff --git
a/src/libsystemd-network/sd-ipv4ll.c
b/src/libsystemd-network/sd-ipv4ll.c
index 3d15fc85ea5e33b1e96c97fb667cc061834fd19b..8b243319b6bf4f0db36b26d1616704b65ca0c9c0 100644
(file)
--- a/
src/libsystemd-network/sd-ipv4ll.c
+++ b/
src/libsystemd-network/sd-ipv4ll.c
@@
-564,7
+564,7
@@
int sd_ipv4ll_start (sd_ipv4ll *ll) {
if (r < 0)
goto out;
- r = sd_event_source_set_name(ll->
timer
, "ipv4ll-receive-message");
+ r = sd_event_source_set_name(ll->
receive_message
, "ipv4ll-receive-message");
if (r < 0)
goto out;