chiark
/
gitweb
/
~mdw
/
adns
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Licensing: Delete FSF address from INSTALL
[adns]
/
src
/
setup.c
diff --git
a/src/setup.c
b/src/setup.c
index dce6e947d779cd6e5e4357c2906ecfcfed3395a8..b51502fb4ce24227ece73dd80cb6f48b2fe447d0 100644
(file)
--- a/
src/setup.c
+++ b/
src/setup.c
@@
-12,7
+12,7
@@
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version
2
, or (at your option)
+ * the Free Software Foundation; either version
3
, or (at your option)
* any later version.
*
* This program is distributed in the hope that it will be useful,
* any later version.
*
* This program is distributed in the hope that it will be useful,
@@
-21,8
+21,7
@@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program; if not, write to the Free Software Foundation.
*/
#include <stdlib.h>
*/
#include <stdlib.h>
@@
-604,7
+603,7
@@
static int init_finish(adns_state ads) {
struct sockaddr_in sin;
struct protoent *proto;
struct udpsocket *udp;
struct sockaddr_in sin;
struct protoent *proto;
struct udpsocket *udp;
- int i
, j
;
+ int i;
int r;
if (!ads->nservers) {
int r;
if (!ads->nservers) {
@@
-635,7
+634,7
@@
static int init_finish(adns_state ads) {
return 0;
x_closeudp:
return 0;
x_closeudp:
- for (
j=0; j<ads->nudpsockets; j++) close(ads->udpsockets[j
].fd);
+ for (
i=0; i<ads->nudpsockets; i++) close(ads->udpsockets[i
].fd);
x_free:
free(ads);
return r;
x_free:
free(ads);
return r;