[SCM] Samba Shared Repository - branch master updated

Karolin Seeger kseeger at samba.org
Fri Oct 9 03:28:31 MDT 2009


The branch, master has been updated
       via  fc2604e... asn1_tests: Fix typo in comment.
      from  333fcba... Cope with old CIFSFS clients that use SMBunlink to remove symlinks instead of trans2:posix_unlink. Jeremy.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit fc2604ed26b4515813c0539788c49f6fab62750e
Author: Karolin Seeger <kseeger at samba.org>
Date:   Fri Oct 9 11:27:06 2009 +0200

    asn1_tests: Fix typo in comment.
    
    Karolin

-----------------------------------------------------------------------

Summary of changes:
 lib/util/tests/asn1_tests.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/util/tests/asn1_tests.c b/lib/util/tests/asn1_tests.c
index 56363c2..eea34da 100644
--- a/lib/util/tests/asn1_tests.c
+++ b/lib/util/tests/asn1_tests.c
@@ -28,7 +28,7 @@ struct oid_data {
 	const char *bin_oid;	/* Binary OID represented as string */
 };
 
-/* Data for successfull OIDs conversions */
+/* Data for successful OIDs conversions */
 struct oid_data oid_data_ok[] = {
 	{
 		.oid = "2.5.4.0",
@@ -64,7 +64,7 @@ struct oid_data oid_data_ok[] = {
 	},
 };
 
-/* Data for successfull Partial OIDs conversions */
+/* Data for successful Partial OIDs conversions */
 struct oid_data partial_oid_data_ok[] = {
 	{
 		.oid = "2.5.4.130:0x81",


-- 
Samba Shared Repository


More information about the samba-cvs mailing list