diff options
author | Tim Potter <tpot@samba.org> | 2003-02-21 05:07:51 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-02-21 05:07:51 +0000 |
commit | e1c987abf2c716e26d2484a89e23507d1d2a9c5e (patch) | |
tree | 4b5f17adb7da9572f33aa22877db207b7f04bac7 | |
parent | 7eff9dd5eff7656aa4b41ac0c413c28776b81b9e (diff) | |
download | samba-e1c987abf2c716e26d2484a89e23507d1d2a9c5e.tar.gz samba-e1c987abf2c716e26d2484a89e23507d1d2a9c5e.tar.bz2 samba-e1c987abf2c716e26d2484a89e23507d1d2a9c5e.zip |
Doesn't anyone run ./configure.developer anymore?
(This used to be commit 09be123c6c1b67621eaf6c8ffb3016eccd375e5b)
-rw-r--r-- | source3/libsmb/cliconnect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/cliconnect.c b/source3/libsmb/cliconnect.c index c57f92eea9..901daf4b09 100644 --- a/source3/libsmb/cliconnect.c +++ b/source3/libsmb/cliconnect.c @@ -453,7 +453,7 @@ static DATA_BLOB cli_session_setup_blob(struct cli_state *cli, DATA_BLOB blob) /**************************************************************************** Use in-memory credentials cache ****************************************************************************/ -static void use_in_memory_ccache() { +static void use_in_memory_ccache(void) { setenv(KRB5_ENV_CCNAME, "MEMORY:cliconnect", 1); } |