chiark / gitweb /
remove DISTRO_PORTING
[elogind.git] / src / libsystemd-network / sd-pppoe.c
index 4f49b799ec3b4920006ab85123b036511fbd48b4..601f3bd400a84961a5a66311c5f445275e152461 100644 (file)
@@ -36,7 +36,6 @@
 #include "socket-util.h"
 #include "async.h"
 #include "refcnt.h"
-#include "unaligned.h"
 #include "utf8.h"
 
 #define PPPOE_MAX_PACKET_SIZE 1484
@@ -340,7 +339,7 @@ static int pppoe_timeout(sd_event_source *s, uint64_t usec, void *userdata);
 
 static int pppoe_arm_timeout(sd_pppoe *ppp) {
         _cleanup_event_source_unref_ sd_event_source *timeout = NULL;
-        usec_t next_timeout;
+        usec_t next_timeout = 0;
         int r;
 
         assert(ppp);