From a683625d7fe0be58da23b98828b445478df1606f Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 3 May 2008 09:52:24 +0200 Subject: Fix a typo (This used to be commit 964bd02220c04030d8cb0f97ca9b409400d1238c) --- source3/auth/auth_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/auth/auth_util.c') diff --git a/source3/auth/auth_util.c b/source3/auth/auth_util.c index 34d0048b4b..78f275d867 100644 --- a/source3/auth/auth_util.c +++ b/source3/auth/auth_util.c @@ -985,7 +985,7 @@ bool user_in_group(const char *username, const char *groupname) /*************************************************************************** - Make (and fill) a user_info struct from a 'struct passwd' by conversion + Make (and fill) a server_info struct from a 'struct passwd' by conversion to a struct samu ***************************************************************************/ -- cgit