Commit 6ad8e69b authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

HTTPd: stat -> utf8_stat

parent 9b79115a
......@@ -177,7 +177,7 @@ int ParseDirectory( intf_thread_t *p_intf, char *psz_root,
ACL_Destroy( p_acl );
struct stat st;
if( stat( dir, &st ) == 0 )
if( utf8_stat( dir, &st ) == 0 )
{
free( user );
free( password );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment