Change in osmo-pcu[master]: gprs_ms_storage.h: Set pointer to NULL instead of 0

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

pespin gerrit-no-reply at lists.osmocom.org
Tue Sep 22 11:57:03 UTC 2020


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-pcu/+/20244 )


Change subject: gprs_ms_storage.h: Set pointer to NULL instead of 0
......................................................................

gprs_ms_storage.h: Set pointer to NULL instead of 0

Change-Id: If8acd012909c9f452b609e4a804c9a059379f07d
---
M src/gprs_ms_storage.h
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/44/20244/1

diff --git a/src/gprs_ms_storage.h b/src/gprs_ms_storage.h
index 14707f5..abd9eaa 100644
--- a/src/gprs_ms_storage.h
+++ b/src/gprs_ms_storage.h
@@ -38,7 +38,7 @@
 	virtual void ms_idle(class GprsMs *);
 	virtual void ms_active(class GprsMs *);
 
-	GprsMs *get_ms(uint32_t tlli, uint32_t old_tlli = 0, const char *imsi = 0) const;
+	GprsMs *get_ms(uint32_t tlli, uint32_t old_tlli = 0, const char *imsi = NULL) const;
 	GprsMs *create_ms();
 
 	const LListHead<GprsMs>& ms_list() const {return m_list;}

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-pcu/+/20244
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: If8acd012909c9f452b609e4a804c9a059379f07d
Gerrit-Change-Number: 20244
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200922/d0a278ed/attachment.htm>


More information about the gerrit-log mailing list