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:
parent
5b016dbab8
commit
77b9b97966
@ -97,7 +97,7 @@ static char *negative_conn_cache_valuestr(NTSTATUS status)
|
|||||||
*/
|
*/
|
||||||
static NTSTATUS negative_conn_cache_valuedecode(const char *value)
|
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) {
|
if (value != NULL) {
|
||||||
return NT_STATUS_INTERNAL_ERROR;
|
return NT_STATUS_INTERNAL_ERROR;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user