From e87073800829484c2132ee4a2404c0245c8808a3 Mon Sep 17 00:00:00 2001 From: Yoshinobu Inoue Date: Tue, 8 Feb 2000 05:07:50 +0000 Subject: [PATCH] ping -S option was missing from IPsec merge, so enable it again. Approved by: jkh Submitted by: Matthew Reimer --- sbin/ping/ping.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/ping/ping.c b/sbin/ping/ping.c index a525b982fa4d..b08acaf0970c 100644 --- a/sbin/ping/ping.c +++ b/sbin/ping/ping.c @@ -235,10 +235,10 @@ main(argc, argv) datap = &outpack[8 + PHDR_LEN]; #ifndef IPSEC - while ((ch = getopt(argc, argv, "I:LQRT:c:adfi:l:np:qrs:t:v")) != -1) + while ((ch = getopt(argc, argv, "I:LQRS:T:c:adfi:l:np:qrs:t:v")) != -1) #else #ifdef IPSEC_POLICY_IPSEC - while ((ch = getopt(argc, argv, "I:LQRT:c:adfi:l:np:qrs:t:vP:")) != -1) + while ((ch = getopt(argc, argv, "I:LQRS:T:c:adfi:l:np:qrs:t:vP:")) != -1) #endif /*IPSEC_POLICY_IPSEC*/ #endif {