1
1

let the err_msg in the session struct be const too

Этот коммит содержится в:
Daniel Stenberg 2010-03-01 13:16:19 +01:00
родитель 0ef84144ac
Коммит 8bbc109e52

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

@ -730,7 +730,7 @@ struct _LIBSSH2_SESSION
when libssh2_session_startup() is called */ when libssh2_session_startup() is called */
/* Error tracking */ /* Error tracking */
char *err_msg; const char *err_msg;
unsigned long err_msglen; unsigned long err_msglen;
int err_should_free; int err_should_free;
int err_code; int err_code;