Convert Samba3 to use the common lib/util/charset API
[kai/samba.git] / source3 / smbd / statcache.c
index 72fed008a2a5ba0dda09e7137a808b6a2d3e68e6..2f7d16790d0caee200f4ebe06b7228f0d9ee8677 100644 (file)
@@ -205,7 +205,7 @@ bool stat_cache_lookup(connection_struct *conn,
        } else {
                chk_name = talloc_strdup_upper(ctx,name);
                if (!chk_name) {
-                       DEBUG(0, ("stat_cache_lookup: strdup_upper failed!\n"));
+                       DEBUG(0, ("stat_cache_lookup: talloc_strdup_upper failed!\n"));
                        return False;
                }