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

Collapse All | Expand All

(-)oscam-9999.old/oscam-ecm.c (-8 / +2 lines)
Lines 2200-2213 Link Here
2200
			case 2:
2200
			case 2:
2201
				// invalid (srvid)
2201
				// invalid (srvid)
2202
				// matching srvids (or 0000) specified in betatunnel will bypass this filter
2202
				// matching srvids (or 0000) specified in betatunnel will bypass this filter
2203
				if(!chk_srvid(client, er))
2203
				if (!chk_srvid(client, er))
2204
				{
2204
					er->rc = E_INVALID;
2205
					if(!chk_on_btun(SRVID_ZERO, client, er))
2206
					{
2207
						er->rc = E_INVALID;
2208
						snprintf(er->msglog, MSGLOGSIZE, "invalid SID");
2209
					}
2210
				}
2211
				break;
2205
				break;
2212
			case 3:
2206
			case 3:
2213
				// invalid (ufilters)
2207
				// invalid (ufilters)

Return to bug 426518