mirror of
https://github.com/samba-team/samba.git
synced 2025-02-02 09:47:23 +03:00
s3: Fix a comment in conn_cache.c
This commit is contained in:
parent
04210986f1
commit
a3f43e3d86
@ -108,7 +108,7 @@ static NTSTATUS negative_conn_cache_valuedecode(const char *value)
|
|||||||
return NT_STATUS_INTERNAL_ERROR;
|
return NT_STATUS_INTERNAL_ERROR;
|
||||||
}
|
}
|
||||||
if (sscanf(value, "%x", &v) != 1) {
|
if (sscanf(value, "%x", &v) != 1) {
|
||||||
DEBUG(0, ("negative_conn_cache_valuestr: unable to parse "
|
DEBUG(0, ("negative_conn_cache_valuedecode: unable to parse "
|
||||||
"value field '%s'\n", value));
|
"value field '%s'\n", value));
|
||||||
}
|
}
|
||||||
return NT_STATUS(v);
|
return NT_STATUS(v);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user