diff options
Diffstat (limited to 'source3/torture/locktest2.c')
-rw-r--r-- | source3/torture/locktest2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/torture/locktest2.c b/source3/torture/locktest2.c index 3166d6e326..c4323ac377 100644 --- a/source3/torture/locktest2.c +++ b/source3/torture/locktest2.c @@ -62,7 +62,7 @@ struct record { static struct record *recorded; -static int try_open(struct cli_state *c, char *nfs, int fstype, const char *fname, int flags) +static int try_open(struct cli_state *c, char *nfs, int fstype, char *fname, int flags) { pstring path; |