minor bug in samba 2.2 checkout 27-11-00

Ian Dobbie i.dobbie at icrf.icnet.uk
Mon Nov 27 10:54:47 GMT 2000


A silly typo in the cvs checkout this morning (UK time). passdb.c has
one line with false rather than False. Heres a diff

*** passdb.c    Mon Nov 27 10:53:36 2000
--- passdb.c-old        Mon Nov 27 10:53:04 2000
***************
*** 1416,1422 ****
         * when needed!
         */
  
!       if(!(pass = Get_Pwnam(user,False))) {
                /*
                 * Maybe it was a group ?
                 */
--- 1416,1422 ----
         * when needed!
         */
  
!       if(!(pass = Get_Pwnam(user,false))) {
                /*
                 * Maybe it was a group ?
                 */


Ian





More information about the samba-ntdom mailing list