~ubuntu-branches/ubuntu/edgy/curl/edgy

« back to all changes in this revision

Viewing changes to tests/libtest/lib505.c

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-06-29 15:04:24 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20060629150424-pn00qumt9sml8p4m
Tags: 7.15.4-1ubuntu1
Synchronize to Debian. Only change left: Removal of stunnel and
libdb4.2-dev build dependencies.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 *                            | (__| |_| |  _ <| |___
6
6
 *                             \___|\___/|_| \_\_____|
7
7
 *
8
 
 * $Id: lib505.c,v 1.9 2005/07/28 13:20:27 giva Exp $
 
8
 * $Id: lib505.c,v 1.10 2006-06-10 17:35:28 giva Exp $
9
9
 */
10
10
 
11
11
#include "setup.h" /* struct_stat etc. */
38
38
int test(char *URL)
39
39
{
40
40
  CURL *curl;
41
 
  CURLcode res;
 
41
  CURLcode res = CURLE_OK;
42
42
  FILE *hd_src ;
43
43
  int hd ;
44
44
  struct_stat file_info;