diff --git a/src/vol/ntops.c b/src/vol/ntops.c index 15cf555074..6931fb132a 100644 --- a/src/vol/ntops.c +++ b/src/vol/ntops.c @@ -119,7 +119,6 @@ nt_open(char *name, int flags, int mode) break; } - retry: fh = CreateFile(name, nt_access, nt_share, NULL, nt_create, FandA, NULL); if (fh == INVALID_HANDLE_VALUE) { DWORD gle = GetLastError();