Changeset 860 for vendor/current/lib/tsocket/tsocket_helpers.c
- Timestamp:
- May 12, 2014, 8:58:38 PM (12 years ago)
- File:
-
- 1 edited
-
vendor/current/lib/tsocket/tsocket_helpers.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/lib/tsocket/tsocket_helpers.c
r478 r860 213 213 size_t i; 214 214 struct tevent_req *subreq; 215 216 217 218 219 220 221 222 223 224 225 226 227 228 215 229 216 230 TALLOC_FREE(state->vector); … … 256 270 } 257 271 272 273 274 275 276 277 278 279 280 281 282 258 283 subreq = tstream_readv_send(state, 259 284 state->caller.ev, … … 261 286 state->vector, 262 287 state->count); 288 289 290 291 263 292 if (tevent_req_nomem(subreq, req)) { 264 293 return;
Note:
See TracChangeset
for help on using the changeset viewer.
