Changeset 44cc2273936a534c716d7cf30b6b78d4207448c3

Show
Ignore:
Timestamp:
17/09/07 18:56:12 (1 year ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1190048172 +0000
git-parent:

[6479d4fbcbc7b2e7873d4af6b40a753fb79c8d95]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1190048172 +0000
Message:

Add an assertion

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/network/httpd.c

    r2cbdbc8 r44cc227  
    11881188    httpd_url_t *url; 
    11891189    int         i; 
     1190 
     1191    assert( psz_url != NULL ); 
    11901192 
    11911193    vlc_mutex_lock( &host->lock );