mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
parent
d86628d062
commit
bd4304476b
@ -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)
|
||||
|
||||
|
||||
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user