summaryrefslogtreecommitdiffstats
path: root/src/libsystemd-network/sd-lldp-tx.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2024-08-16 16:29:36 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2024-08-16 16:29:36 +0200
commitfbcd7e054bd4bc3e25afa41535d08ab2f2f0a095 (patch)
treef56b9aefe7040502f5b8d35c6c7ce01ccb466d82 /src/libsystemd-network/sd-lldp-tx.c
parentkernel-install: discard comments in cmdline files (diff)
downloadsystemd-fbcd7e054bd4bc3e25afa41535d08ab2f2f0a095.tar.xz
systemd-fbcd7e054bd4bc3e25afa41535d08ab2f2f0a095.zip
sd-lldp-tx: insert missing empty line
Diffstat (limited to 'src/libsystemd-network/sd-lldp-tx.c')
-rw-r--r--src/libsystemd-network/sd-lldp-tx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsystemd-network/sd-lldp-tx.c b/src/libsystemd-network/sd-lldp-tx.c
index 2b822af01a..01c476ecde 100644
--- a/src/libsystemd-network/sd-lldp-tx.c
+++ b/src/libsystemd-network/sd-lldp-tx.c
@@ -590,6 +590,7 @@ int sd_lldp_tx_stop(sd_lldp_tx *lldp_tx) {
return 1;
}
+
int sd_lldp_tx_start(sd_lldp_tx *lldp_tx) {
usec_t delay;
int r;