SOURCES: samba-lprng-no-dot-printers.patch - typo

baggins baggins at pld-linux.org
Tue Oct 9 17:49:35 CEST 2007


Author: baggins                      Date: Tue Oct  9 15:49:35 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- typo

---- Files affected:
SOURCES:
   samba-lprng-no-dot-printers.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/samba-lprng-no-dot-printers.patch
diff -u SOURCES/samba-lprng-no-dot-printers.patch:1.1 SOURCES/samba-lprng-no-dot-printers.patch:1.2
--- SOURCES/samba-lprng-no-dot-printers.patch:1.1	Tue Oct  9 17:39:53 2007
+++ SOURCES/samba-lprng-no-dot-printers.patch	Tue Oct  9 17:49:30 2007
@@ -29,7 +29,7 @@
  		name[MAXPRINTERLEN] = 0;
  
 +		/* skip .name in case of LPRng */
-+		if (printing == PRINT_LPRNG && *name = '.')
++		if (printing == PRINT_LPRNG && *name == '.')
 +			continue;
 +
  		if (*name && !pcap_cache_add(name, comment)) {
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/samba-lprng-no-dot-printers.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list