Re: [PATCH] gprs: clean context properly

2020-06-25 Thread Denis Kenzior
Hi Jimmy, On 6/25/20 4:30 AM, Jimmy Gysens wrote: After a context is detached, the context is not properly cleared. In addition to releasing the context: - Reset the context settings (IP, DNS, interface, ...). - Signal the Active flag as false. --- src/gprs.c | 24

[PATCH] gprs: clean context properly

2020-06-25 Thread Jimmy Gysens
After a context is detached, the context is not properly cleared. In addition to releasing the context: - Reset the context settings (IP, DNS, interface, ...). - Signal the Active flag as false. --- src/gprs.c | 24 1 file changed, 16 insertions(+), 8 deletions(-) diff