1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

Preparing a new release

This commit is contained in:
Werner Koch 2006-09-25 07:59:34 +00:00
parent 9ffec6d104
commit f9ff194bc2
31 changed files with 85337 additions and 45231 deletions

View file

@ -2864,8 +2864,8 @@ start_command_handler_ssh (int sock_client)
if (ret)
{
err = gpg_error_from_syserror ();
log_error (_("failed to disable buffering "
"on socket stream: %s\n"), gpg_strerror (err));
log_error ("failed to disable buffering "
"on socket stream: %s\n", gpg_strerror (err));
goto out;
}