Changeset 2994
- Timestamp:
- Nov 9, 2009 4:34:50 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/src/pj/ssl_sock_ossl.c
r2990 r2994 1090 1090 1091 1091 if (status != PJ_SUCCESS && status != PJ_EPENDING) { 1092 pj_perror(1,ssock->pool->obj_name, status,1093 "Failed to flush delayed send", 0);1092 PJ_PERROR(1,(ssock->pool->obj_name, status, 1093 "Failed to flush delayed send")); 1094 1094 goto on_error; 1095 1095 } 1096 1096 } else if (status != PJ_EPENDING) { 1097 pj_perror(1,ssock->pool->obj_name, status,1098 "Renegotiation failed", 0);1097 PJ_PERROR(1,(ssock->pool->obj_name, status, 1098 "Renegotiation failed")); 1099 1099 goto on_error; 1100 1100 }
Note: See TracChangeset
for help on using the changeset viewer.