From e699697f230b1324fd37a9fd87e4921e90bdf3ef Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Sat, 9 Aug 1997 23:47:32 +0000 Subject: (ftpfs_hooks): Initialize INTERRUPT_CHECK Field. --- ftpfs/ftpfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ftpfs/ftpfs.c') diff --git a/ftpfs/ftpfs.c b/ftpfs/ftpfs.c index 157d8491..886a52b4 100644 --- a/ftpfs/ftpfs.c +++ b/ftpfs/ftpfs.c @@ -43,7 +43,7 @@ struct ftpfs *ftpfs; struct ftp_conn_params *ftpfs_ftp_params = 0; /* customization hooks. */ -struct ftp_conn_hooks ftpfs_ftp_hooks = { 0 }; +struct ftp_conn_hooks ftpfs_ftp_hooks = { interrupt_check: hurd_check_cancel }; /* The (user-specified) name of the SERVER:FILESYSTEM we're connected too. */ char *ftpfs_remote_fs; -- cgit v1.2.3