diff options
| -rw-r--r-- | source3/auth/auth_util.c | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/auth/auth_util.c b/source3/auth/auth_util.c index f4d32ebdc0..d02ad66200 100644 --- a/source3/auth/auth_util.c +++ b/source3/auth/auth_util.c @@ -1279,8 +1279,7 @@ NTSTATUS make_server_info_pw(auth_serversupplied_info **server_info,   Make (and fill) a user_info struct for a guest login.   This *must* succeed for smbd to start. If there is no mapping entry for   the guest gid, then create one. -********************** -*****************************************************/ +***************************************************************************/  static NTSTATUS make_new_server_info_guest(auth_serversupplied_info **server_info)  {  | 
