svn commit: samba r21851 - in branches: SAMBA_3_0/source/libaddns SAMBA_3_0_25/source/libaddns

vlendec at samba.org vlendec at samba.org
Thu Mar 15 22:48:31 GMT 2007


Author: vlendec
Date: 2007-03-15 22:48:30 +0000 (Thu, 15 Mar 2007)
New Revision: 21851

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

Log:
Obvious typos...
Modified:
   branches/SAMBA_3_0/source/libaddns/dnsgss.c
   branches/SAMBA_3_0_25/source/libaddns/dnsgss.c


Changeset:
Modified: branches/SAMBA_3_0/source/libaddns/dnsgss.c
===================================================================
--- branches/SAMBA_3_0/source/libaddns/dnsgss.c	2007-03-15 22:11:13 UTC (rev 21850)
+++ branches/SAMBA_3_0/source/libaddns/dnsgss.c	2007-03-15 22:48:30 UTC (rev 21851)
@@ -252,7 +252,7 @@
 	krb5_init_context( &krb_ctx );
 	krb5_parse_name( krb_ctx, targetname, &host_principal );
 
-	/* don't free the printcap until after you call
+	/* don't free the principal until after you call
 	   gss_release_name() or else you'll get a segv
 	   as the krb5_copy_principal() does a structure 
 	   copy and not a deep copy.    --jerry*/
@@ -275,7 +275,7 @@
 	
 	gss_release_name( &minor, &targ_name );
 
-	/* now we can feree the principal */
+	/* now we can free the principal */
 
 	krb5_free_principal( krb_ctx, host_principal );
 	krb5_free_context( krb_ctx );

Modified: branches/SAMBA_3_0_25/source/libaddns/dnsgss.c
===================================================================
--- branches/SAMBA_3_0_25/source/libaddns/dnsgss.c	2007-03-15 22:11:13 UTC (rev 21850)
+++ branches/SAMBA_3_0_25/source/libaddns/dnsgss.c	2007-03-15 22:48:30 UTC (rev 21851)
@@ -252,7 +252,7 @@
 	krb5_init_context( &krb_ctx );
 	krb5_parse_name( krb_ctx, targetname, &host_principal );
 
-	/* don't free the printcap until after you call
+	/* don't free the principal until after you call
 	   gss_release_name() or else you'll get a segv
 	   as the krb5_copy_principal() does a structure 
 	   copy and not a deep copy.    --jerry*/
@@ -275,7 +275,7 @@
 	
 	gss_release_name( &minor, &targ_name );
 
-	/* now we can feree the principal */
+	/* now we can free the principal */
 
 	krb5_free_principal( krb_ctx, host_principal );
 	krb5_free_context( krb_ctx );



More information about the samba-cvs mailing list