From 8e589ea7f20c92fa7c6d89bb373330e6189d22ea Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 13 Feb 2007 10:42:53 +0000 Subject: r21308: Fix some typos and ensure to null terminate the correct strings. Guenther (This used to be commit 16c90f30b93f32c4f8fed00a6cc154c596e4244d) --- source3/nsswitch/winbindd_rpc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/nsswitch/winbindd_rpc.c') diff --git a/source3/nsswitch/winbindd_rpc.c b/source3/nsswitch/winbindd_rpc.c index 6952c7717c..c3d7066098 100644 --- a/source3/nsswitch/winbindd_rpc.c +++ b/source3/nsswitch/winbindd_rpc.c @@ -262,7 +262,7 @@ NTSTATUS msrpc_name_to_sid(struct winbindd_domain *domain, return NT_STATUS_NO_MEMORY; } - ws_name_return( full_name, '_' ); + ws_name_return( full_name, '_' ); DEBUG(3,("name_to_sid [rpc] %s for domain %s\n", full_name?full_name:"", domain_name )); -- cgit