diff options
| author | Jelmer Vernooij <jelmer@samba.org> | 2005-11-19 16:17:03 +0100 | 
|---|---|---|
| committer | Jelmer Vernooij <jelmer@samba.org> | 2005-11-19 16:17:03 +0100 | 
| commit | 2cdd8ce76ce334327c84516ff78f3b00bef5bebf (patch) | |
| tree | a5bdc219317a085c38fbd8d4c3b9242e32f68cde /protocols/util.c | |
| parent | c998255d6aa501281c6266a5f1dce69d4c3afab4 (diff) | |
| parent | 94281efa4280bd3ef1cecb7cd22deca03ecb5935 (diff) | |
Merge Wilmer
Diffstat (limited to 'protocols/util.c')
| -rw-r--r-- | protocols/util.c | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/protocols/util.c b/protocols/util.c index 073ee36d..6a2f2e46 100644 --- a/protocols/util.c +++ b/protocols/util.c @@ -376,8 +376,6 @@ char *escape_html( const char *html )  	if( html == NULL )  		return( NULL ); -	if( g_strncasecmp( html, "<html>", 6 ) == 0 ) -		return( g_strdup( html ) );  	ret = g_string_new( "" ); | 
