diff options
author | Gerald Carter <jerry@samba.org> | 2002-07-27 04:56:06 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2002-07-27 04:56:06 +0000 |
commit | 637fe80a0b3f0f40d54238d8dfe5c08076c8ce59 (patch) | |
tree | 4473cf206106044379ea30627a60039690a0e69a /source/rpc_client | |
parent | a637458ff33925dee6016647e39b8ec92ccdfb6f (diff) | |
download | samba-637fe80a0b3f0f40d54238d8dfe5c08076c8ce59.tar.gz |
merging for 2.2.6pre1
Diffstat (limited to 'source/rpc_client')
-rw-r--r-- | source/rpc_client/cli_spoolss_notify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/rpc_client/cli_spoolss_notify.c b/source/rpc_client/cli_spoolss_notify.c index c65e61095dd..118817256bb 100644 --- a/source/rpc_client/cli_spoolss_notify.c +++ b/source/rpc_client/cli_spoolss_notify.c @@ -123,7 +123,7 @@ BOOL spoolss_connect_to_client( struct cli_state *cli, char *remote_machine) return False; } - if (!(cli->sec_mode & 1)) { + if (!(cli->sec_mode & NEGOTIATE_SECURITY_USER_LEVEL)) { DEBUG(0,("connect_to_client: machine %s isn't in user level security mode\n", remote_machine)); cli_shutdown(cli); return False; |