mirror of https://github.com/getdnsapi/getdns.git
Merge branch 'develop' of github.com:verisign/getdns into develop
This commit is contained in:
commit
41a2554803
|
@ -64,9 +64,9 @@ Assuming that the getdns sources are in a diretory named getdns in your home dir
|
|||
```
|
||||
# mkdir unbound
|
||||
# cd unbound
|
||||
# svn export -r 3023 http://unbound.nlnetlabs.nl/svn/trunk
|
||||
# svn export -r 3069 http://unbound.nlnetlabs.nl/svn/trunk
|
||||
# cd trunk
|
||||
# ./configure --with-libevent --with-libunbound-only
|
||||
# ./configure --with-libevent --with-libunbound-only --enable-event-api
|
||||
### add --disable-gost --disable-ecdsa if elliptic curves are disabled for you.
|
||||
# make
|
||||
# make install
|
||||
|
|
|
@ -190,8 +190,8 @@ main(int argc, char *argv[])
|
|||
|
||||
dispatch_return = event_base_dispatch(this_event_base);
|
||||
|
||||
UNUSED_PARAM(dispatch_return);
|
||||
// TODO: check the return value above
|
||||
if(dispatch_return < 0)
|
||||
fprintf(stderr, "event_base_dispatch() failed, returned %d\n", dispatch_return);
|
||||
}
|
||||
|
||||
/* Clean up */
|
||||
|
|
Loading…
Reference in New Issue