r12853: Fix segfault in "net rpc vampire|samdump" (Bugzilla #3390).
authorGünther Deschner <gd@samba.org>
Wed, 11 Jan 2006 19:18:40 +0000 (19:18 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:06:04 +0000 (11:06 -0500)
commiteaaeaa767e86151886964dcdd9f3186f0b31ed53
tree5121583d3be4ad9f831e7f8eaf4f5ab3eacabab2
parent2b4866500640891fcb1ca7b24997df17f1b077cc
r12853: Fix segfault in "net rpc vampire|samdump" (Bugzilla #3390).

The session key, after beeing set, was zeroed later on by the prs_init
in the CLI_DO_RPC macro.

Guenther
source/include/rpc_client.h
source/rpc_client/cli_netlogon.c