summaryrefslogtreecommitdiff
path: root/ftpfs/ftpfs.c
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1997-08-09 23:47:32 +0000
committerMiles Bader <miles@gnu.org>1997-08-09 23:47:32 +0000
commite699697f230b1324fd37a9fd87e4921e90bdf3ef (patch)
treefa043ea96b9987dd2243597dbf5985fbb2ed9c49 /ftpfs/ftpfs.c
parentc03641b72ea8dbdf4ed51bbdeb9ee5fc2b966754 (diff)
(ftpfs_hooks):
Initialize INTERRUPT_CHECK Field.
Diffstat (limited to 'ftpfs/ftpfs.c')
-rw-r--r--ftpfs/ftpfs.c2
1 files changed, 1 insertions, 1 deletions
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;