1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-23 09:57:40 +03:00

s3: Remove a superfluous ;

This commit is contained in:
Volker Lendecke 2010-09-07 16:54:31 -07:00
parent 5b016dbab8
commit 77b9b97966

View File

@ -97,7 +97,7 @@ static char *negative_conn_cache_valuestr(NTSTATUS status)
*/
static NTSTATUS negative_conn_cache_valuedecode(const char *value)
{
unsigned int v = NT_STATUS_V(NT_STATUS_INTERNAL_ERROR);;
unsigned int v = NT_STATUS_V(NT_STATUS_INTERNAL_ERROR);
if (value != NULL) {
return NT_STATUS_INTERNAL_ERROR;