1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

Fix -s option to smbcontrol (#908)

(This used to be commit 7495395c1c)
This commit is contained in:
Jelmer Vernooij 2004-01-06 20:01:48 +00:00
parent d86628d062
commit bd4304476b
2 changed files with 2 additions and 1 deletions

View File

@ -142,6 +142,7 @@ o J. Tournier <jerome.tournier@IDEALX.com>
o Jelmer Vernooij <jelmer@samba.org>
* Put functions for generating SQL queries in pdb_sql.c
* Add pgSQL backend (based on patch by Hamish Friedlander)
* Fix -s option to smbcontrol (#908)

View File

@ -717,7 +717,7 @@ int main(int argc, const char **argv)
argc -= 2;
break;
case 's': /* --configfile */
pstrcpy(dyn_CONFIGFILE, optarg);
pstrcpy(dyn_CONFIGFILE, poptGetOptArg(pc));
argc -= 2;
break;
default: