View | Details | Raw Unified | Return to bug 775651
Collapse All | Expand All

(-)a/src/pk-transaction.c (-1 / +4 lines)
Lines 2246-2251 pk_transaction_run (PkTransaction *transaction) Link Here
2246
	g_return_val_if_fail (PK_IS_TRANSACTION (transaction), FALSE);
2246
	g_return_val_if_fail (PK_IS_TRANSACTION (transaction), FALSE);
2247
	g_return_val_if_fail (priv->tid != NULL, FALSE);
2247
	g_return_val_if_fail (priv->tid != NULL, FALSE);
2248
2248
2249
	/* Ignore "accept-eula" */
2250
	if (priv->role == PK_ROLE_ENUM_ACCEPT_EULA)
2251
		return TRUE;
2252
2249
	/* prepare for use; the transaction list ensures this is safe */
2253
	/* prepare for use; the transaction list ensures this is safe */
2250
	pk_backend_reset (priv->backend);
2254
	pk_backend_reset (priv->backend);
2251
2255
2252
- 

Return to bug 775651