[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [gnunet] branch master updated: log unsupported rec types
From: |
gnunet |
Subject: |
[GNUnet-SVN] [gnunet] branch master updated: log unsupported rec types |
Date: |
Fri, 06 Apr 2018 19:39:59 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository gnunet.
The following commit(s) were added to refs/heads/master by this push:
new 4e2412d14 log unsupported rec types
4e2412d14 is described below
commit 4e2412d14731d4da085b0ce353d3d9d2eb2a0756
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri Apr 6 19:39:46 2018 +0200
log unsupported rec types
---
src/dns/gnunet-zoneimport.c | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/dns/gnunet-zoneimport.c b/src/dns/gnunet-zoneimport.c
index 4284859ed..c1897d6e6 100644
--- a/src/dns/gnunet-zoneimport.c
+++ b/src/dns/gnunet-zoneimport.c
@@ -189,6 +189,11 @@ process_record (struct Request *req,
(unsigned int) rec->data.mx->preference,
rec->data.mx->mxhost);
break;
+ default:
+ fprintf (stderr,
+ "Unsupported type %u\n",
+ (unsigned int) rec->type);
+ break;
}
}
--
To stop receiving notification emails like this one, please contact
address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [gnunet] branch master updated: log unsupported rec types,
gnunet <=