s3: Fix a comment in conn_cache.c
[ira/wip.git] / source3 / libsmb / conncache.c
index 601c4779601ff4de53d347a2ee8cfa4d2fbc842c..b3086e90294fabac0ca30a4e4aced9e5a26a131a 100644 (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);