[systemd-bugs] [Bug 79789] systemd-networkd assertion failure with Xen vif

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Jun 19 10:36:22 PDT 2014


https://bugs.freedesktop.org/show_bug.cgi?id=79789

--- Comment #6 from Steven Noonan <steven at uplinklabs.net> ---
I wonder if this is the issue?

diff --git a/src/network/networkd-link.c b/src/network/networkd-link.c          
index 6677b94..88c224d 100644                                                   
--- a/src/network/networkd-link.c                                               
+++ b/src/network/networkd-link.c                                               
@@ -761,7 +761,7 @@ static int link_set_mtu(Link *link, uint32_t mtu) {         
                 return r;                                                      
         }                                                                      

-        link_unref(link);
+        link_ref(link);

         return 0;
 }

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/systemd-bugs/attachments/20140619/323d7606/attachment.html>


More information about the systemd-bugs mailing list