X-Git-Url: https://git.distorted.org.uk/~mdw/fwd/blobdiff_plain/b0805b27d5bd10b44106a3aa3dd9e99d58aeaaf7..bdbbfcd4eb2f6e15270f558342630d964cb9f418:/file.c diff --git a/file.c b/file.c index 7c78645..371273e 100644 --- a/file.c +++ b/file.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: file.c,v 1.5 2002/02/22 23:43:32 mdw Exp $ + * $Id: file.c,v 1.6 2003/11/29 20:36:07 mdw Exp $ * * File source and target * @@ -29,6 +29,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: file.c,v $ + * Revision 1.6 2003/11/29 20:36:07 mdw + * Privileged outgoing connections. + * * Revision 1.5 2002/02/22 23:43:32 mdw * Call @xfree@ rather than @free@. * @@ -615,7 +618,7 @@ static void ftarget_destroy(target *t) target_ops ftarget_ops = { "file", - ftarget_option, ftarget_read, ftarget_create, ftarget_destroy + ftarget_option, ftarget_read, 0, ftarget_create, ftarget_destroy }; /*----- That's all, folks -------------------------------------------------*/