From 0eb4dc23ad6d145ee394884a95bad09e2668e74d Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 14 May 2002 00:27:06 +0000 Subject: [PATCH] shellcomands oops --- FS/FS/part_export/shellcommands.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FS/FS/part_export/shellcommands.pm b/FS/FS/part_export/shellcommands.pm index e99c382a4..ccde72a68 100644 --- a/FS/FS/part_export/shellcommands.pm +++ b/FS/FS/part_export/shellcommands.pm @@ -9,12 +9,12 @@ sub rebless { shift; } sub _export_insert { my($self) = shift; - $self->_export_command($self, 'useradd', @_); + $self->_export_command('useradd', @_); } sub _export_delete { my($self) = shift; - $self->_export_command($self, 'userdel', @_); + $self->_export_command('userdel', @_); } sub _export_command { -- 2.11.0