Ticket #95 (closed defect: fixed)
shm broken without auth
| Reported by: | ossman | Owned by: | lennart |
|---|---|---|---|
| Milestone: | 0.9.11 | Component: | daemon |
| Keywords: | Cc: |
Description
When auth is disabled, the server never sets up shm for the stream. The client however assumes that it is up, so things break.
The problem is in command_auth() in protocol_native.c, where shm is activated inside an "if (!c->authorized)". However, c->authorized is always true when authentication is disabled.
Change History
Note: See
TracTickets for help on using
tickets.
