Skip to content

Commit 097a6ce

Browse files
committed
Clean 1 compiler warning (although the case was impossible) and .gitignore
1 parent 269c4e0 commit 097a6ce

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/autoddns
2+
*.o

dnsupdate.c

+1
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ time_t retrytime;
279279
}
280280
}
281281
}
282+
return NULL;
282283
}
283284

284285
int

0 commit comments

Comments
 (0)