s3: Fix a comment in conn_cache.c
authorVolker Lendecke <vl@samba.org>
Thu, 24 Dec 2009 12:46:16 +0000 (13:46 +0100)
committerVolker Lendecke <vl@samba.org>
Thu, 24 Dec 2009 14:24:35 +0000 (15:24 +0100)
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);