diff options
author | Simo Sorce <idra@samba.org> | 2001-12-30 19:21:25 +0000 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2001-12-30 19:21:25 +0000 |
commit | 0608a60390db336bf179564aefdf16c43f1793ad (patch) | |
tree | 8ec4cc2b229552e37392cbaf7cc6b8f734469770 /source3/libsmb/cli_reg.c | |
parent | f6e6c678ad5338264496de43e9e1ab2fe4a28e64 (diff) | |
download | samba-0608a60390db336bf179564aefdf16c43f1793ad.tar.gz samba-0608a60390db336bf179564aefdf16c43f1793ad.tar.bz2 samba-0608a60390db336bf179564aefdf16c43f1793ad.zip |
util_sid.c - respect a const variabile (addedd strdup)
cli_reg.c - indentation
pdb_ldap.c - some checks on init fns parameters
pdb_tdb.c - some checks on init fns parameters + make sure we close the db on failure
(This used to be commit 49f5cb7a3df6d673f86e6769319aa657e30d8380)
Diffstat (limited to 'source3/libsmb/cli_reg.c')
-rw-r--r-- | source3/libsmb/cli_reg.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/source3/libsmb/cli_reg.c b/source3/libsmb/cli_reg.c index 948534c29b..b88b3532ef 100644 --- a/source3/libsmb/cli_reg.c +++ b/source3/libsmb/cli_reg.c @@ -7,7 +7,7 @@ Copyright (C) Luke Kenneth Casson Leighton 1996-1998, Copyright (C) Paul Ashton 1997-1998. Copyright (C) Jeremy Allison 1999. - Copyright (C) Simo Sorce 2000 + Copyright (C) Simo Sorce 2001 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -38,8 +38,7 @@ struct cli_state *cli_winreg_initialise(struct cli_state *cli, /* Shutdown a server */ NTSTATUS cli_reg_shutdown(struct cli_state * cli, TALLOC_CTX *mem_ctx, - const char *msg, - uint32 timeout, uint16 flags) + const char *msg, uint32 timeout, uint16 flags) { prs_struct qbuf; prs_struct rbuf; |