summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/rpc_server/srv_lookup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_server/srv_lookup.c b/source3/rpc_server/srv_lookup.c
index 4f09360d93..6ed7a5b0e9 100644
--- a/source3/rpc_server/srv_lookup.c
+++ b/source3/rpc_server/srv_lookup.c
@@ -333,7 +333,7 @@ uint32 lookup_alias_name(DOM_SID *sid, char *alias_name, uint8 *type)
sid_to_string(sid_str, sid);
- DEBUG(2,("lookup_alias_name: sid: %d\n", sid_str));
+ DEBUG(2,("lookup_alias_name: sid: %s\n", sid_str));
DEBUG(2,(" NOT IMPLEMENTED\n"));
return 0xC0000000 | NT_STATUS_NONE_MAPPED;