svn commit: samba r1726 - branches/SAMBA_4_0/source/smb_server

abartlet at samba.org abartlet at samba.org
Wed Aug 11 16:16:28 GMT 2004


Author: abartlet
Date: 2004-08-11 16:16:28 +0000 (Wed, 11 Aug 2004)
New Revision: 1726
WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=1726&nolog=1
Log:
Fix up the comments and indenting.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/smb_server/password.c

Changeset:
Modified: branches/SAMBA_4_0/source/smb_server/password.c
===================================================================
--- branches/SAMBA_4_0/source/smb_server/password.c	2004-08-11 16:15:21 UTC (rev 1725)
+++ branches/SAMBA_4_0/source/smb_server/password.c	2004-08-11 16:16:28 UTC (rev 1726)
@@ -85,11 +85,9 @@
 
 /**
  *  register that a valid login has been performed, establish 'session'.
- *  @param server_info The token returned from the authentication process. 
+ *  @param session_info The token returned from the authentication process (if the authentication has completed)
  *   (now 'owned' by register_vuid)
  *
- *  @param session_key The User session key for the login session (now also 'owned' by register_vuid)
- *
  *  @param smb_name The untranslated name of the user
  *
  *  @return Newly allocated vuid, biased by an offset. (This allows us to
@@ -98,8 +96,8 @@
  */
 
 uint16_t smbsrv_register_session(struct smbsrv_connection *smb_conn,
-						struct auth_session_info *session_info,
-						struct gensec_security *gensec_ctx)
+				 struct auth_session_info *session_info,
+				 struct gensec_security *gensec_ctx)
 {
 	struct smbsrv_session *sess = NULL;
 



More information about the samba-cvs mailing list