25 lines
730 B
Diff
25 lines
730 B
Diff
From d0fa74e1de2545e1678cdada73aad08ffcca099d Mon Sep 17 00:00:00 2001
|
|
From: zhouwenpei <zhouwenpei1@h-partners.com>
|
|
Date: Tue, 31 Jan 2023 22:52:08 +0800
|
|
Subject: [PATCH] remove sensitive info
|
|
|
|
---
|
|
src/nma-mobile-providers.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/src/nma-mobile-providers.c b/src/nma-mobile-providers.c
|
|
index 95f352f..b1a67d0 100644
|
|
--- a/src/nma-mobile-providers.c
|
|
+++ b/src/nma-mobile-providers.c
|
|
@@ -1044,7 +1044,6 @@ static void
|
|
dump_generic (NMAMobileAccessMethod *method)
|
|
{
|
|
g_print (" username: %s\n", method->username ? method->username : "");
|
|
- g_print (" password: %s\n", method->password ? method->password : "");
|
|
|
|
if (method->dns) {
|
|
guint i;
|
|
--
|
|
2.27.0
|
|
|