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

Collapse All | Expand All

(-)a/src/syncml_plugin.c (-1 / +1 lines)
Lines 294-300 static void _manager_event(SmlManager *manager, SmlManagerEventType type, SmlSes Link Here
294
			smlSessionUseOnlyReplace(session, env->onlyReplace);
294
			smlSessionUseOnlyReplace(session, env->onlyReplace);
295
295
296
			if (env->recvLimit)
296
			if (env->recvLimit)
297
				smlSessionSetReceivingLimit(session, env->recvLimit);
297
				smlSessionSetReceivingMaxMsgSize(session, env->recvLimit);
298
298
299
			if (env->maxObjSize)
299
			if (env->maxObjSize)
300
				smlSessionSetReceivingMaxObjSize(session, env->maxObjSize);
300
				smlSessionSetReceivingMaxObjSize(session, env->maxObjSize);

Return to bug 208010