From af93995a8b72cf9aecb8be36b0d4a3e0d03cf16e Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Tue, 12 Aug 1997 21:22:03 +0000 Subject: (main): Supply the FSID argument to ftpfs_create. --- ftpfs/ftpfs.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ftpfs/ftpfs.c b/ftpfs/ftpfs.c index 886a52b4..6d4e4798 100644 --- a/ftpfs/ftpfs.c +++ b/ftpfs/ftpfs.c @@ -19,6 +19,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #include +#include #include #include #include @@ -304,7 +305,8 @@ main (int argc, char **argv) if (err) error (3, err, "mapping time"); - err = ftpfs_create (ftpfs_remote_root, ftpfs_ftp_params, &ftpfs_ftp_hooks, + err = ftpfs_create (ftpfs_remote_root, getpid (), + ftpfs_ftp_params, &ftpfs_ftp_hooks, &ftpfs_params, &ftpfs); if (err) error (4, err, "%s", ftpfs_remote_fs); -- cgit v1.2.3