diff options
Diffstat (limited to 'source3/smbd/files.c')
-rw-r--r-- | source3/smbd/files.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/smbd/files.c b/source3/smbd/files.c index 4f87802119..00de8dfffa 100644 --- a/source3/smbd/files.c +++ b/source3/smbd/files.c @@ -380,10 +380,10 @@ files_struct *file_fsp(char *buf, int where) return NULL; } - /**************************************************************************** -reset the chained fsp - done at the start of a packet reply + Reset the chained fsp - done at the start of a packet reply ****************************************************************************/ + void file_chain_reset(void) { chain_fsp = NULL; |