[Samba] [PATCH] typo & type

ZIGLIO, Frediano, VF-IT Frediano.Ziglio at vodafone.com
Thu Feb 22 11:12:04 GMT 2007


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



More information about the samba mailing list