From f93e8fabd85a1659cd0487f3086f91e7ee4d1c1c Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 22 Dec 2010 08:53:28 +0100 Subject: gsm48: Use NULL instead of 0 for pointers in C. --- openbsc/src/gsm_04_08.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsc/src/gsm_04_08.c') diff --git a/openbsc/src/gsm_04_08.c b/openbsc/src/gsm_04_08.c index 810115f5e..521dab41c 100644 --- a/openbsc/src/gsm_04_08.c +++ b/openbsc/src/gsm_04_08.c @@ -241,7 +241,7 @@ static void release_loc_updating_req(struct gsm_subscriber_connection *conn) bsc_del_timer(&conn->loc_operation->updating_timer); talloc_free(conn->loc_operation); - conn->loc_operation = 0; + conn->loc_operation = NULL; msc_release_connection(conn); } -- cgit v1.2.3