Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Remove unnecessary reference to AT_FDCWD.
Landon Fuller committed 11 years ago
commit a6e9e26dff141015cf4b5d34edfea8f3c621cf24
parent 27e59af
1 file changed +1 -1
modified src/ssh.c
@@ -52,7 +52,7 @@ usage_ssh(void)
int
exec_ssh(int argc, char **argv __unused)
{
-
	int fd = AT_FDCWD;
+
	int fd = -1;
	const char *restricted = NULL;

#ifdef HAVE_CAPSICUM