r23579: Up to now, the "allparameters" argument to lp_next_parameter was
authorMichael Adam <obnox@samba.org>
Thu, 21 Jun 2007 23:11:21 +0000 (23:11 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:23:32 +0000 (12:23 -0500)
commit56f82485ec3b14ddcbcf7f5823926a94b17683f3
treec16699275f9331df983fc8867b48eaa1eebd2fdd
parent0c9cb69b45e8c51b8c3fa0b0d034a6cad2374055
r23579: Up to now, the "allparameters" argument to lp_next_parameter was
not effective for the global section (snum < 0). This checkin
makes it effective for the global section, too.

This does not produce changes in the results of the present calls of
lp_next_parameter: Beside the new use in utils/net_conf.c (which is
hereby fixed), the only calls of lp_next_parameter are in web/swat.c,
where it is effectively always called with allparameters == 1.

Michael
source/param/loadparm.c