From: Volker Lendecke Date: Sat, 3 May 2008 07:52:24 +0000 (+0200) Subject: Fix a typo X-Git-Tag: samba-3.3.0pre1~1383 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=964bd02220c04030d8cb0f97ca9b409400d1238c;p=thirdparty%2Fsamba.git Fix a typo --- diff --git a/source/auth/auth_util.c b/source/auth/auth_util.c index 34d0048b4b6..78f275d8672 100644 --- a/source/auth/auth_util.c +++ b/source/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 ***************************************************************************/