summaryrefslogtreecommitdiff
path: root/src/ipcpd/shim-udp/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipcpd/shim-udp/main.c')
-rw-r--r--src/ipcpd/shim-udp/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ipcpd/shim-udp/main.c b/src/ipcpd/shim-udp/main.c
index bb5c233f..ef7b9909 100644
--- a/src/ipcpd/shim-udp/main.c
+++ b/src/ipcpd/shim-udp/main.c
@@ -538,8 +538,8 @@ static uint32_t ddns_resolve(char * name, uint32_t dns_addr)
char dnsstr[INET_ADDRSTRLEN];
char buf[SHIM_UDP_BUF_SIZE];
ssize_t count = 0;
- char * substr;
- char * substr2;
+ char * substr = NULL;
+ char * substr2 = NULL;
char * addr_str = "Address:";
uint32_t ip_addr = 0;