Replace sid_string_static by sid_string_dbg in DEBUGs
[ira/wip.git] / source3 / groupdb / mapping_tdb.c
index fa6e93cf9d4995ba6e37f4bbf94afbc18ff39b9b..3e0ea61e9fca97ab591467a628aba154bbc29be3 100644 (file)
@@ -350,8 +350,9 @@ static bool enum_group_mapping(const DOM_SID *domsid, enum lsa_SidType sid_name_
                /* Only check the domain if we were given one */
 
                if ( domsid && !sid_equal( domsid, &grpsid ) ) {
-                       DEBUG(11,("enum_group_mapping: group %s is not in domain %s\n", 
-                               string_sid, sid_string_static(domsid)));
+                       DEBUG(11,("enum_group_mapping: group %s is not in "
+                                 "domain %s\n", string_sid,
+                                 sid_string_dbg(domsid)));
                        continue;
                }