From d5b75a27683bd3a6fc146196e0e045a66e6a36bc Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Sat, 25 Jan 2003 18:55:40 +0000 Subject: [PATCH] MFH --- ext/informix/ifx.ec | 10 ---------- 1 file changed, 10 deletions(-) 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); -- 2.40.0