mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-24 11:29:10 +00:00
unbreak build: fix multi-line string literal
This commit is contained in:
parent
b71b449d27
commit
40e7772b07
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96391
@ -302,7 +302,7 @@ the %s domain -- aborting", yppasswd_domain);
|
||||
}
|
||||
if (!svc_reg(transp, MASTER_YPPASSWDPROG, MASTER_YPPASSWDVERS,
|
||||
master_yppasswdprog_1, nconf)) {
|
||||
yp_error("unable to register (MASTER_YPPASSWDPROG,
|
||||
yp_error("unable to register (MASTER_YPPASSWDPROG, \
|
||||
MASTER_YPPASSWDVERS, unix).");
|
||||
exit(1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user