mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-06 05:32:02 +00:00
Merge pull request #1427 from dbuch/master
sd-pppoe: use strna() instead of strempty()
This commit is contained in:
@@ -385,7 +385,7 @@ static int pppoe_send_initiation(sd_pppoe *ppp) {
|
||||
return r;
|
||||
|
||||
log_debug("PPPoE: sent DISCOVER (Service-Name: %s)",
|
||||
strempty(ppp->service_name));
|
||||
strna(ppp->service_name));
|
||||
|
||||
pppoe_arm_timeout(ppp);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user