fix execve()

Arrgghhh...

Sorry about that, I'd been sure I'd folded that one, but it actually got
lost.  Please apply - that unbreaks execve().

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
This commit is contained in:
Al Viro 2008-04-26 17:36:31 +02:00 committed by Bartlomiej Zolnierkiewicz
parent b1721d0da2
commit 537166f6fa
1 changed files with 1 additions and 1 deletions

View File

@ -1787,7 +1787,7 @@ bad_unshare_out:
int unshare_files(struct files_struct **displaced)
{
struct task_struct *task = current;
struct files_struct *copy;
struct files_struct *copy = NULL;
int error;
error = unshare_fd(CLONE_FILES, &copy);