s3: net_share.c: fix argc handling
commitcc5e6e62acc75699951e1860acde4af82646f747
authorHolger Hetterich <hhetter@novell.com>
Wed, 3 Mar 2010 11:58:15 +0000 (3 12:58 +0100)
committerKarolin Seeger <kseeger@samba.org>
Fri, 5 Mar 2010 13:59:46 +0000 (5 14:59 +0100)
tree065775f254bc0256efc4c0c594dea1f2a7b372cc
parent36b7a2d8dcfccca45e70b6a013316409244ab641
s3: net_share.c: fix argc handling

The "net share" command was no longer possible because it enters
the net_share function with argc == 0.

Fix bug #7203 (net share doesn't work anymore).
source3/utils/net_share.c