diff options
-rw-r--r-- | source3/torture/torture.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/torture/torture.c b/source3/torture/torture.c index b0c74e2f37..1e9e59b280 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -7315,7 +7315,7 @@ static bool run_shortname_test(int dummy) bool correct = True; int i; struct sn_state s; - char fname[20]; + char fname[40]; NTSTATUS status; printf("starting shortname test\n"); |