Changeset e910ff15eb7c297d21f8ae7317e9ac80b5e8e375

Show
Ignore:
Timestamp:
28/03/07 13:12:26 (2 years ago)
Author:
Pierre d'Herbemont <pdherbemont@videolan.org>
git-committer:
Pierre d'Herbemont <pdherbemont@videolan.org> 1175080346 +0000
git-parent:

[7b817766c125b03b0392dbe79a0edb2014f4b61c]

git-author:
Pierre d'Herbemont <pdherbemont@videolan.org> 1175080346 +0000
Message:

http Access: Avoid using an empty pointer (Oops).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/access/http.c

    r7b81776 re910ff1  
    10821082 
    10831083            /* Rework redirection that don't include server name */ 
    1084             if( !strncmp( psz_new_loc, "/", 1 ) ) 
     1084            if( !strncmp( p, "/", 1 ) ) 
    10851085            { 
    10861086                asprintf(&psz_new_loc, "http://%s:%d%s", p_sys->url.psz_host,