mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-22 14:57:02 +01:00
* http.c (main): Fix test code for http-test.
This commit is contained in:
parent
06853bbc4d
commit
5494eb1bb6
@ -1,3 +1,7 @@
|
||||
2004-09-10 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* http.c (main): Fix test code for http-test.
|
||||
|
||||
2004-09-09 Werner Koch <wk@g10code.com>
|
||||
|
||||
* errors.c (g10_errstr): New error codes G10ERR_NO_CARD,
|
||||
|
@ -619,7 +619,7 @@ parse_response( HTTP_HD hd )
|
||||
return 0;
|
||||
}
|
||||
|
||||
#if 0
|
||||
#ifdef TEST
|
||||
static int
|
||||
start_server()
|
||||
{
|
||||
@ -943,7 +943,7 @@ main(int argc, char **argv)
|
||||
}
|
||||
release_parsed_uri( uri ); uri = NULL;
|
||||
|
||||
rc = http_open_document( &hd, *argv, 0 );
|
||||
rc = http_open_document( &hd, *argv, 0, NULL );
|
||||
if( rc ) {
|
||||
log_error("can't get `%s': %s\n", *argv, g10_errstr(rc));
|
||||
return 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user