Mercurial > pidgin
diff src/util.c @ 13367:85b2ba4aa606
[gaim-migrate @ 15740]
Follow redirects properly...
committer: Tailor Script <tailor@pidgin.im>
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Wed, 01 Mar 2006 08:15:16 +0000 |
| parents | 554575d1f9b5 |
| children | 18d5d4018604 |
line wrap: on
line diff
--- a/src/util.c Wed Mar 01 07:43:54 2006 +0000 +++ b/src/util.c Wed Mar 01 08:15:16 2006 +0000 @@ -3142,7 +3142,7 @@ /* Try again, with this new location. */ gaim_url_fetch_request(new_url, full, gfud->user_agent, - gfud->http11, gfud->request, gfud->include_headers, + gfud->http11, NULL, gfud->include_headers, gfud->callback, gfud->user_data); /* Free up. */
