1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-02 20:23:50 +03:00

r14311: canon needs to be initialised

This commit is contained in:
Andrew Tridgell
2006-03-13 06:59:06 +00:00
committed by Gerald (Jerry) Carter
parent 20d7f2ae35
commit d1d94d69e1

View File

@@ -627,7 +627,7 @@ void continue_np_open_socket(struct composite_context *ctx)
struct composite_context* dcerpc_pipe_open_pipe_send(struct dcerpc_connection *conn,
const char *identifier)
{
char *canon;
char *canon = NULL;
struct composite_context *c;
struct composite_context *sock_np_req;