goto respfail;
if (len > 0)
vpn_progress(vpninfo, PRG_DEBUG,
- _("Unexpected non-empty line from TNCC "
- "after DSPREAUTH cookie: '%s'\n"),
+ _("Unexpected non-empty line from TNCC after DSPREAUTH cookie: '%s'\n"),
recvbuf);
} while (len && (count++ < 10));
if (len > 0) {
vpn_progress(vpninfo, PRG_ERR,
- _("Too many non-empty lines from TNCC after "
- "DSPREAUTH cookie\n"));
+ _("Too many non-empty lines from TNCC after DSPREAUTH cookie\n"));
goto respfail;
}
if (set_csd_user(vpninfo) < 0)
exit(1);
if (getuid() == 0 && !vpninfo->csd_wrapper) {
- fprintf(stderr, _("Warning: you are running insecure "
- "CSD code with root privileges\n"
+ fprintf(stderr, _("Warning: you are running insecure CSD code with root privileges\n"
"\t Use command line option \"--csd-user\"\n"));
}
/*