samba: update to 3.6.23 Signed-off-by: John Crispin <blogic@openwrt.org>
[librecmc/librecmc.git] / package / network / services / samba36 / patches / 111-owrt_smbpasswd.patch
index 25a9cb9bf05973ccd201b4dc89c8d44b50634d68..6ef2d645c344691ddb6ab4c84e6a228538876e2a 100644 (file)
@@ -1,6 +1,6 @@
 --- a/source3/Makefile.in
 +++ b/source3/Makefile.in
-@@ -1017,7 +1017,7 @@ TEST_LP_LOAD_OBJ = param/test_lp_load.o 
+@@ -1017,7 +1017,7 @@ TEST_LP_LOAD_OBJ = param/test_lp_load.o
  
  PASSWD_UTIL_OBJ = utils/passwd_util.o
  
 +      }
 +
 +      if (!find_passwd_line(fp, user, &p1)) {
-+              printf("User %s not found or invalid in /etc/passwd\n");
++              printf("User %s not found or invalid in /etc/passwd\n", user);
 +              goto out;
 +      }
 +