зеркало из https://github.com/microsoft/git.git
imap-send.c: add a missing space in error message
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
0d0ac3826a
Коммит
6d1fbf888f
|
@ -1114,7 +1114,7 @@ static struct imap_store *imap_open_store(struct imap_server_conf *srvc, char *f
|
|||
|
||||
if (!strcmp(srvc->auth_method, "CRAM-MD5")) {
|
||||
if (!CAP(AUTH_CRAM_MD5)) {
|
||||
fprintf(stderr, "You specified"
|
||||
fprintf(stderr, "You specified "
|
||||
"CRAM-MD5 as authentication method, "
|
||||
"but %s doesn't support it.\n", srvc->host);
|
||||
goto bail;
|
||||
|
|
Загрузка…
Ссылка в новой задаче