Fixed duplicated assigne

This commit is contained in:
Roman Kalashnikov 2017-10-28 01:46:06 +03:00 committed by GitHub
parent 510bf8219e
commit 67a97612e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -128,7 +128,6 @@ HANDLE CreateSemaphoreW(LPSECURITY_ATTRIBUTES lpSemaphoreAttributes, LONG lIniti
if (!semaphore)
return NULL;
semaphore->pipe_fd[0] = -1;
semaphore->pipe_fd[0] = -1;
semaphore->sem = (winpr_sem_t*) NULL;
semaphore->ops = &ops;