r1551 - packages/libauthen-krb5-perl/trunk

Russ Allbery rra-guest at costa.debian.org
Tue Nov 29 03:18:32 UTC 2005


Author: rra-guest
Date: 2005-11-29 03:18:31 +0000 (Tue, 29 Nov 2005)
New Revision: 1551

Modified:
   packages/libauthen-krb5-perl/trunk/Krb5.xs
Log:
Fix the location of the comment to unconfuse xs.


Modified: packages/libauthen-krb5-perl/trunk/Krb5.xs
===================================================================
--- packages/libauthen-krb5-perl/trunk/Krb5.xs	2005-11-29 03:16:00 UTC (rev 1550)
+++ packages/libauthen-krb5-perl/trunk/Krb5.xs	2005-11-29 03:18:31 UTC (rev 1551)
@@ -118,12 +118,12 @@
 	if (!context) croak("Authen::Krb5 not yet initialized");
 	krb5_free_context(context);
 
-/* This is no longer needed or supported by MIT Kerberos, but it was
-   documented as necessary, so retain it in the Perl API as a stub. */
 void
 krb5_init_ets()
 
 	CODE:
+	/* This is no longer needed or supported by MIT Kerberos, but it was
+	   documented as necessary, so retain it in the Perl API as a stub. */
 	XSRETURN_YES;
 
 void




More information about the Pkg-perl-cvs-commits mailing list