Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 306369
Collapse All | Expand All

(-)src/slonik/slonik.c (-1 / +2 lines)
Lines 3541-3547 Link Here
3541
		slon_mkquery(&query,
3541
		slon_mkquery(&query,
3542
					 "select \"_%s\".reshapeSubscription(%d,%d,%d);",
3542
					 "select \"_%s\".reshapeSubscription(%d,%d,%d);",
3543
					 stmt->hdr.script->clustername,
3543
					 stmt->hdr.script->clustername,
3544
					 stmt->sub_provider,stmt->sub_setid,
3544
					 stmt->sub_setid,
3545
					 stmt->sub_provider,
3545
					 stmt->sub_receiver);	
3546
					 stmt->sub_receiver);	
3546
		if (db_exec_command((SlonikStmt *) stmt, adminfo2, &query) < 0)
3547
		if (db_exec_command((SlonikStmt *) stmt, adminfo2, &query) < 0)
3547
		{
3548
		{

Return to bug 306369