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:
committed by
Gerald (Jerry) Carter
parent
20d7f2ae35
commit
d1d94d69e1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user