aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libpwdgrp/pwd_grp.c2
-rw-r--r--networking/zcip.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/libpwdgrp/pwd_grp.c b/libpwdgrp/pwd_grp.c
index 1b13325cf..cefbc8a7e 100644
--- a/libpwdgrp/pwd_grp.c
+++ b/libpwdgrp/pwd_grp.c
@@ -121,7 +121,7 @@ static struct statics *ptr_to_statics;
121#if ENABLE_FEATURE_CLEAN_UP 121#if ENABLE_FEATURE_CLEAN_UP
122static void free_static(void) 122static void free_static(void)
123{ 123{
124 free(S.db[0].malloced); 124 free(S.db[0].malloced);
125 free(S.db[1].malloced); 125 free(S.db[1].malloced);
126# if ENABLE_USE_BB_SHADOW 126# if ENABLE_USE_BB_SHADOW
127 free(S.db[2].malloced); 127 free(S.db[2].malloced);
diff --git a/networking/zcip.c b/networking/zcip.c
index dba269bd8..d15c67d55 100644
--- a/networking/zcip.c
+++ b/networking/zcip.c
@@ -387,7 +387,7 @@ int zcip_main(int argc UNUSED_PARAM, char **argv)
387 send_arp_request(0, &null_ethaddr, chosen_nip); 387 send_arp_request(0, &null_ethaddr, chosen_nip);
388 continue; 388 continue;
389 } 389 }
390 // Switch to announce state 390 // Switch to announce state
391 nsent = 0; 391 nsent = 0;
392 state = ANNOUNCE; 392 state = ANNOUNCE;
393 goto send_announce; 393 goto send_announce;