comparison svr-main.c @ 1256:506f7681d0f8 coverity

merge up to date
author Matt Johnston <matt@ucc.asn.au>
date Tue, 15 Mar 2016 22:45:43 +0800
parents 2bb4c662d1c2
children 6d00eca524fe
comparison
equal deleted inserted replaced
1219:84cf9062718d 1256:506f7681d0f8
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