comparison svr-main.c @ 1250:2bb4c662d1c2

more hard tab
author Francois Perrad <francois.perrad@gadz.org>
date Fri, 01 Jan 2016 15:02:09 +0100
parents 6ecc133fb2ee
children 6d00eca524fe
comparison
equal deleted inserted replaced
1249:c6346c63281b 1250:2bb4c662d1c2
396 396
397 /* Now we can setup the hostkeys - needs to be after logging is on, 397 /* Now we can setup the hostkeys - needs to be after logging is on,
398 * otherwise we might end up blatting error messages to the socket */ 398 * otherwise we might end up blatting error messages to the socket */
399 load_all_hostkeys(); 399 load_all_hostkeys();
400 400
401 seedrandom(); 401 seedrandom();
402 } 402 }
403 403
404 /* Set up listening sockets for all the requested ports */ 404 /* Set up listening sockets for all the requested ports */
405 static size_t listensockets(int *socks, size_t sockcount, int *maxfd) { 405 static size_t listensockets(int *socks, size_t sockcount, int *maxfd) {
406 406