s3:auth_server: use cli->is_guestlogin instead of parsing cli->inbuf.
commita7b9c628af3155f0ad406830a975c84845d34b3b
authorStefan Metzmacher <metze@samba.org>
Fri, 8 Jul 2011 10:59:32 +0000 (8 12:59 +0200)
committerStefan Metzmacher <metze@samba.org>
Fri, 8 Jul 2011 12:09:07 +0000 (8 14:09 +0200)
treea6ed3a0c82b0d1a06c1642365b8a06d51cfd93bc
parentce751946dda9f4b99c03cb060bc6a2be6f5750e7
s3:auth_server: use cli->is_guestlogin instead of parsing cli->inbuf.

cli->inbuf is not the valid response buffer of the session setup response.

metze
source3/auth/auth_server.c