Don't override 0 int value params with defvalue
commit471c09163754df20c31831e62f5974eff825bebf
authorSam Liddicott <sam@liddicott.com>
Mon, 3 Nov 2008 15:56:31 +0000 (3 15:56 +0000)
committerSam Liddicott <sam@liddicott.com>
Wed, 10 Dec 2008 10:10:50 +0000 (10 10:10 +0000)
tree4ae44153df059d80def61a0a79834cd7221c8460
parent851228f2bfeffd5989e3a75809489bc9e16d9499
Don't override 0 int value params with defvalue

We should only use defvalue of there was no param,
not if it was 0.

This was probably cut-n-paste error from string
value params where null return would want to
be replaced.
source4/param/share_classic.c