svn commit: samba r16573 - in branches/SAMBA_4_0/source/libnet: .

mimir at samba.org mimir at samba.org
Tue Jun 27 22:16:36 GMT 2006


Author: mimir
Date: 2006-06-27 22:16:36 +0000 (Tue, 27 Jun 2006)
New Revision: 16573

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=16573

Log:
Fixes in comments.


rafal


Modified:
   branches/SAMBA_4_0/source/libnet/libnet_domain.c


Changeset:
Modified: branches/SAMBA_4_0/source/libnet/libnet_domain.c
===================================================================
--- branches/SAMBA_4_0/source/libnet/libnet_domain.c	2006-06-27 20:46:23 UTC (rev 16572)
+++ branches/SAMBA_4_0/source/libnet/libnet_domain.c	2006-06-27 22:16:36 UTC (rev 16573)
@@ -236,7 +236,7 @@
 
 
 /**
- * Sends asynchronous domain_open request
+ * Sends asynchronous DomainOpen request
  *
  * @param ctx initialised libnet context
  * @param io arguments and results of the call
@@ -327,9 +327,9 @@
 
 
 /**
- * Waits for and receives result of asynchronous domain_open call
+ * Waits for and receives result of asynchronous DomainOpen call
  * 
- * @param c composite context returned by asynchronous domain_open call
+ * @param c composite context returned by asynchronous DomainOpen call
  * @param ctx initialised libnet context
  * @param mem_ctx memory context of the call
  * @param io pointer to results (and arguments) of the call
@@ -362,7 +362,7 @@
 
 
 /**
- * Synchronous version of domain_open call
+ * Synchronous version of DomainOpen call
  *
  * @param ctx initialised libnet context
  * @param mem_ctx memory context for the call



More information about the samba-cvs mailing list