mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 08:56:15 +09: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