unbreak build: fix multi-line string literal
This commit is contained in:
parent
b71b449d27
commit
40e7772b07
@ -302,7 +302,7 @@ the %s domain -- aborting", yppasswd_domain);
|
|||||||
}
|
}
|
||||||
if (!svc_reg(transp, MASTER_YPPASSWDPROG, MASTER_YPPASSWDVERS,
|
if (!svc_reg(transp, MASTER_YPPASSWDPROG, MASTER_YPPASSWDVERS,
|
||||||
master_yppasswdprog_1, nconf)) {
|
master_yppasswdprog_1, nconf)) {
|
||||||
yp_error("unable to register (MASTER_YPPASSWDPROG,
|
yp_error("unable to register (MASTER_YPPASSWDPROG, \
|
||||||
MASTER_YPPASSWDVERS, unix).");
|
MASTER_YPPASSWDVERS, unix).");
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user