Skip to content

Commit 746d4ae

Browse files
committed
remove todo
1 parent 4851041 commit 746d4ae

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

sshd-session.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -542,9 +542,7 @@ privsep_child_cmdline()
542542
static void
543543
grace_alarm_handler(int sig)
544544
{
545-
#ifdef WINDOWS
546-
// TODO: figure out if we need to kill any child processes
547-
#else /* WINDOWS */
545+
#ifndef WINDOWS
548546
/*
549547
* Try to kill any processes that we have spawned, E.g. authorized
550548
* keys command helpers or privsep children.

0 commit comments

Comments
 (0)