8
0
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:
asfernandes 2008-04-30 01:47:10 +00:00
parent 99287be47f
commit 1679cfdd17
2 changed files with 3 additions and 1 deletions

View File

@ -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=

View File

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