1
1

* smbfs.c (smbfs_reconnect): Revert changes in a translated

message.
Этот коммит содержится в:
Pavel Roskin 2004-01-28 00:01:30 +00:00
родитель 0f02dfc327
Коммит 05e6a61834
2 изменённых файлов: 6 добавлений и 1 удалений

Просмотреть файл

@ -1,3 +1,8 @@
2004-01-27 Pavel Roskin <proski@gnu.org>
* smbfs.c (smbfs_reconnect): Revert changes in a translated
message.
2004-01-23 Andrew V. Samoilov <sav@bcs.zp.ua> 2004-01-23 Andrew V. Samoilov <sav@bcs.zp.ua>
* extfs/rpm: Workaround for spaces and single quotes in the path * extfs/rpm: Workaround for spaces and single quotes in the path

Просмотреть файл

@ -573,7 +573,7 @@ smbfs_reconnect(smbfs_connection *conn, int *retries)
if (!(conn->cli = smbfs_do_connect(host, conn->service))) { if (!(conn->cli = smbfs_do_connect(host, conn->service))) {
message (1, MSG_ERROR, message (1, MSG_ERROR,
_(" smbfs_reconnect to %s failed\n "), conn->host); _(" reconnect to %s failed\n "), conn->host);
g_free(host); g_free(host);
return False; return False;
} }