]> granicus.if.org Git - curl/commit
multi_runsingle: use 'result' for local CURLcode storage
authorDaniel Stenberg <daniel@haxx.se>
Tue, 18 Nov 2014 14:18:21 +0000 (15:18 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 18 Nov 2014 14:18:21 +0000 (15:18 +0100)
commitc0682848821ef887fae84b33876095d219e97e98
tree698bb804c5dd2aa0e9ca6e14729739216119183c
parente05f801271f13ef81194e01d706eafd15bb881c5
multi_runsingle: use 'result' for local CURLcode storage

... and assign data->result only at the end. Makes the code more compact
(easier to read) and more similar to other code.
lib/multi.c