summaryrefslogtreecommitdiffstats
path: root/web/attachments/266362-check_ssh-clean-shutdown.patch
blob: c0351016b51f1037e80c5f01100cbd9e973f1b0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
*** check_ssh.c	2008-02-14 12:19:32.000000000 -0800
--- check_cch.c	2007-11-09 05:08:43.000000000 -0800
***************
*** 260,266 ****
  		printf
  			(_("SSH OK - %s (protocol %s)\n"),
  			 ssh_server, ssh_proto);
- 		shutdown(sd, SHUT_RDWR);
  		close(sd);
  		exit (STATE_OK);
  	}
--- 260,265 ----