unbreak build: ditch multi-line string literals
This commit is contained in:
@@ -378,7 +378,7 @@ with the same UID - continuing");
|
||||
if (!strstr(data.data, pwbuf)) {
|
||||
yp_error("warning: found entry for user %s \
|
||||
in map %s@%s with wrong UID", pw->pw_name, maps[i], domain);
|
||||
yp_error("there may be more than one user
|
||||
yp_error("there may be more than one user \
|
||||
with the same name - continuing");
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user