1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-22 22:04:08 +03:00

s3: Fix a comment in conn_cache.c

This commit is contained in:
Volker Lendecke 2009-12-24 13:46:16 +01:00
parent 04210986f1
commit a3f43e3d86

View File

@ -108,7 +108,7 @@ static NTSTATUS negative_conn_cache_valuedecode(const char *value)
return NT_STATUS_INTERNAL_ERROR;
}
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));
}
return NT_STATUS(v);