Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 89290 | Differences between
and this patch

Collapse All | Expand All

(-)filezilla-3.0.0-beta7/src/engine/ftpcontrolsocket.cpp (-2 / +5 lines)
Lines 3282-3289 Link Here
3282
	{
3282
	{
3283
		pData->neededCommands[LOGON_AUTH_TLS] = 0;
3283
		pData->neededCommands[LOGON_AUTH_TLS] = 0;
3284
		pData->neededCommands[LOGON_AUTH_SSL] = 0;
3284
		pData->neededCommands[LOGON_AUTH_SSL] = 0;
3285
		pData->neededCommands[LOGON_PBSZ] = 0;
3285
		if (server.GetProtocol() != FTPS)
3286
		pData->neededCommands[LOGON_PROT] = 0;
3286
		{
3287
			pData->neededCommands[LOGON_PBSZ] = 0;
3288
			pData->neededCommands[LOGON_PROT] = 0;
3289
		}
3287
	}
3290
	}
3288
	if (server.GetPostLoginCommands().empty())
3291
	if (server.GetPostLoginCommands().empty())
3289
		pData->neededCommands[LOGON_CUSTOMCOMMANDS] = 0;
3292
		pData->neededCommands[LOGON_CUSTOMCOMMANDS] = 0;

Return to bug 89290