Removed unneeded code.

This commit is contained in:
Ilia Alshanetsky 2003-01-25 18:55:07 +00:00
parent 974ff24e80
commit ef021e8964

View File

@ -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);