Very silly patch. I like the english joke :)

type:

Index: nsswitch/nss_info_template.c
===================================================================
--- nsswitch/nss_info_template.c        (revision 21498)
+++ nsswitch/nss_info_template.c        (working copy)
@@ -42,7 +42,7 @@
                                       char **homedir,
                                       char **shell,
                                       char **gecos,
-                                      uint32 *gid )
+                                      gid_t *gid )
 {
        if ( !homedir || !shell || !gecos )
                return NT_STATUS_INVALID_PARAMETER;

typo:

Index: nsswitch/nss_info.c
===================================================================
--- nsswitch/nss_info.c (revision 21498)
+++ nsswitch/nss_info.c (working copy)
@@ -136,7 +136,7 @@
        struct nss_function_entry *nss_backend;
        struct nss_domain_entry *nss_domain;

-       /* The "template" backend should alqays be registered as it
+       /* The "template" backend should always be registered as it
           is a static module */

        if ( (nss_backend = nss_get_backend( "template" )) == NULL ) {

freddy77

--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

Reply via email to