diff options
author | Miles Bader <miles@gnu.org> | 1997-08-09 23:47:32 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1997-08-09 23:47:32 +0000 |
commit | e699697f230b1324fd37a9fd87e4921e90bdf3ef (patch) | |
tree | fa043ea96b9987dd2243597dbf5985fbb2ed9c49 /ftpfs/ftpfs.c | |
parent | c03641b72ea8dbdf4ed51bbdeb9ee5fc2b966754 (diff) |
(ftpfs_hooks):
Initialize INTERRUPT_CHECK Field.
Diffstat (limited to 'ftpfs/ftpfs.c')
-rw-r--r-- | ftpfs/ftpfs.c | 2 |
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; |