summaryrefslogtreecommitdiff
path: root/source3/utils/net_lookup.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/utils/net_lookup.c')
-rw-r--r--source3/utils/net_lookup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/utils/net_lookup.c b/source3/utils/net_lookup.c
index 9060f8366a..20298faa29 100644
--- a/source3/utils/net_lookup.c
+++ b/source3/utils/net_lookup.c
@@ -328,7 +328,7 @@ static int net_lookup_name(int argc, const char **argv)
return -1;
}
- d_printf("%s %d (%s) %s\\%s\n", sid_string_static(&sid),
+ d_printf("%s %d (%s) %s\\%s\n", sid_string_tos(&sid),
type, sid_type_lookup(type), dom, name);
return 0;
}
@@ -355,7 +355,7 @@ static int net_lookup_sid(int argc, const char **argv)
return -1;
}
- d_printf("%s %d (%s) %s\\%s\n", sid_string_static(&sid),
+ d_printf("%s %d (%s) %s\\%s\n", sid_string_tos(&sid),
type, sid_type_lookup(type), dom, name);
return 0;
}