8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 01:23:03 +01:00
This commit is contained in:
alexpeshkoff 2007-05-11 16:34:50 +00:00
parent c0fb9c49e0
commit 95c09394b1

View File

@ -214,8 +214,9 @@ bool populateSpbFromSwitches(char**& av,
const Switches attSwitch[] = {
{"user", putStringArgument, 0, isc_spb_user_name, 0},
{"user_name", putStringArgument, 0, isc_spb_user_name, 0},
{"password", putStringArgument, 0, isc_spb_password, 0},
{"trusted", putSingleTag, 0, isc_spb_trusted_auth, 0},
{"trusted_auth", putSingleTag, 0, isc_spb_trusted_auth, 0},
{0, 0, 0, 0, 0}
};