From: Ilia Alshanetsky Date: Sat, 25 Jan 2003 18:55:40 +0000 (+0000) Subject: MFH X-Git-Tag: PHP_4_3_before_13561_fix~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d5b75a27683bd3a6fc146196e0e045a66e6a36bc;p=php MFH --- diff --git a/ext/informix/ifx.ec b/ext/informix/ifx.ec index 92ee9e5dfa..ae20702e32 100644 --- a/ext/informix/ifx.ec +++ b/ext/informix/ifx.ec @@ -449,16 +449,6 @@ EXEC SQL END DECLARE SECTION; return; } - if (!host) { - host = ""; - } - if (!user) { - user = ""; - } - if (!passwd) { - passwd = ""; - } - hashed_details_length = sizeof("ifx___") - 1 + host_len + user_len + passwd_len; hashed_details = (char *) emalloc(hashed_details_length+1); sprintf(hashed_details,"ifx_%s_%s_%s", host, user, passwd);