~chtsanti/squid/icap-max-connections

« back to all changes in this revision

Viewing changes to src/urn.cc

  • Committer: Christos Tsantilas
  • Date: 2009-04-11 09:00:59 UTC
  • mfrom: (9294.1.333 trunk)
  • Revision ID: chtsanti@users.sourceforge.net-20090411090059-8n47p1kyy1cqfqkn
MergeĀ FromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
202
202
    LOCAL_ARRAY(char, local_urlres, 4096);
203
203
    char *host = getHost (uri);
204
204
    snprintf(local_urlres, 4096, "http://%s/uri-res/N2L?urn:" SQUIDSTRINGPH,
205
 
        host, SQUIDSTRINGPRINT(uri));
 
205
             host, SQUIDSTRINGPRINT(uri));
206
206
    safe_free (host);
207
207
    safe_free (urlres);
208
208
    urlres = xstrdup (local_urlres);