From: Arcady Chernyak <Arcady.Chernyak@efi.com> To: "Gerald (Jerry) Carter" <jerry@samba.org> Subject: RE: [Samba] Point and Print problem 2.2.7A and 2.2.8 My changes mostly only in file srv_spoolss_nt.c function construct_printer_info_0(). See attachment. Additionally I remove "static" definition from function "rev_changeid()" in file nt_printing.c and add it's prototype to file proto.h like: unsigned int rev_changeid(void); That's all. Best regards Arcady -----Original Message----- From: Gerald (Jerry) Carter [mailto:jerry@samba.org] Sent: Monday, April 14, 2003 12:56 PM To: Arcady Chernyak Subject: RE: [Samba] Point and Print problem 2.2.7A and 2.2.8 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Mon, 14 Apr 2003, Arcady Chernyak wrote: > I have made this change and it solve all my problems in this area. Glad to hear it. > I think that this is clear Windows design bug and my changes > really can fix it at least in SAMBA. > > I completely understand you arguments for stay more close to Windows. > > May be it's a good idea to put my changes in source code under any > configuration switch. It means that user can choose one of "better > performance" or "more close to Windows" options I agree that it is a deign flaw in MS code. I would consider adding this as a boolean parameter though (that defaults to off). Want to send me your patch.
Created attachment 14 [details] proposed patch
someday maybe....
originally reported against 3.0aph24. Bugzilla spring cleaning. Removing old alpha versions.