Author: mimir
Date: 2007-03-20 21:21:04 +0000 (Tue, 20 Mar 2007)
New Revision: 21893

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

Log:
Update comments so they actually reflect reality...


rafal


Modified:
   branches/SAMBA_3_0/source/libsmb/trustdom_cache.c


Changeset:
Modified: branches/SAMBA_3_0/source/libsmb/trustdom_cache.c
===================================================================
--- branches/SAMBA_3_0/source/libsmb/trustdom_cache.c   2007-03-20 20:47:17 UTC 
(rev 21892)
+++ branches/SAMBA_3_0/source/libsmb/trustdom_cache.c   2007-03-20 21:21:04 UTC 
(rev 21893)
@@ -99,7 +99,7 @@
 
 /**
  * Store trusted domain in gencache as the domain name (key)
- * and ip address of domain controller (value)
+ * and trusted domain's SID (value)
  *
  * @param name trusted domain name
  * @param alt_name alternative trusted domain name (used in ADS domains)
@@ -152,7 +152,7 @@
 
 
 /**
- * Fetch trusted domain's dc from the gencache.
+ * Fetch trusted domain's SID from the gencache.
  * This routine can also be used to check whether given
  * domain is currently trusted one.
  *
@@ -189,7 +189,7 @@
                DEBUG(5, ("trusted domain %s found (%s)\n", name, value));
        }
 
-       /* convert ip string representation into in_addr structure */
+       /* convert sid string representation into DOM_SID structure */
        if(! string_to_sid(sid, value)) {
                sid = NULL;
                SAFE_FREE(value);

Reply via email to