mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-29 18:09:11 -04:00
spacing
This commit is contained in:
parent
b4b47bf187
commit
89209405b7
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: controlconf.c,v 1.23 2001/08/03 20:05:42 gson Exp $ */
|
||||
/* $Id: controlconf.c,v 1.24 2001/08/03 21:44:45 gson Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
|
|
@ -1145,7 +1145,7 @@ ns_controls_configure(ns_controls_t *cp, cfg_obj_t *config,
|
|||
} else {
|
||||
int i;
|
||||
|
||||
for (i = 0 ; i < 2; i++) {
|
||||
for (i = 0 ;i < 2; i++) {
|
||||
isc_sockaddr_t addr;
|
||||
|
||||
if (i == 1) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue