From ec7f95de7ef1718948b6f12507e678475bd37332 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Wed, 18 Nov 2009 10:33:09 -0600 Subject: Fix: Again, uncross the wires --- src/gprs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/gprs.c b/src/gprs.c index 3042a5f3..bcd59fb0 100644 --- a/src/gprs.c +++ b/src/gprs.c @@ -381,7 +381,7 @@ static void pri_activate_callback(const struct ofono_error *error, /* If we don't have the interface, don't bother emitting any settings, * as nobody can make use of them */ - if (interface == NULL) + if (interface != NULL) pri_update_context_settings(ctx, interface, static_ip, ip, netmask, gateway, dns); } -- cgit v1.2.3