mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 05:23:03 +01:00
Fix POSIX build
This commit is contained in:
parent
99287be47f
commit
1679cfdd17
@ -212,7 +212,7 @@ FBCONFIG_Objects = $(addprefix $(OBJ)/, $(addsuffix .o, $(basename $(FBCONFIG_So
|
||||
|
||||
CONFIG_ClientFiles=AdminException.cpp Args.cpp ArgsException.cpp \
|
||||
ConfObj.cpp ConfObject.cpp ConfigFile.cpp Configuration.cpp \
|
||||
DirectoryList.cpp Element.cpp FileName.cpp InputFile.cpp \
|
||||
Element.cpp FileName.cpp InputFile.cpp \
|
||||
InputStream.cpp Lex.cpp ScanDir.cpp Stream.cpp StreamSegment.cpp
|
||||
CONFIG_ServerFiles=
|
||||
|
||||
|
@ -665,7 +665,9 @@ int gbak(Firebird::UtilSvc* uSvc)
|
||||
// trusted user name parameter missing
|
||||
}
|
||||
tdgbl->gbl_sw_tr_user = argv[itr];
|
||||
#ifdef TRUSTED_AUTH
|
||||
burp_in_sw_table[IN_SW_BURP_TRUSTED_USER].in_sw_state = 1;
|
||||
#endif
|
||||
}
|
||||
else if (in_sw_tab->in_sw == IN_SW_BURP_ROLE)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user