The Samba-Bugzilla – Attachment 4623 Details for
Bug 6684
buildwarning (uninitialized variable) in libnet/libnet_dssync.c
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix from master
bug-6684.patch (text/plain), 737 bytes, created by
Guenther Deschner
on 2009-09-02 04:53:41 UTC
(
hide
)
Description:
fix from master
Filename:
MIME Type:
Creator:
Guenther Deschner
Created:
2009-09-02 04:53:41 UTC
Size:
737 bytes
patch
obsolete
>From b8cd1cff2dfad726cf6dab368dfcc31a29952889 Mon Sep 17 00:00:00 2001 >From: Volker Lendecke <vl@samba.org> >Date: Thu, 23 Apr 2009 14:23:23 +0200 >Subject: [PATCH] Fix an uninitialized variable > >--- > source3/libnet/libnet_dssync.c | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > >diff --git a/source3/libnet/libnet_dssync.c b/source3/libnet/libnet_dssync.c >index 59feac2..0b61b16 100644 >--- a/source3/libnet/libnet_dssync.c >+++ b/source3/libnet/libnet_dssync.c >@@ -601,6 +601,8 @@ static NTSTATUS libnet_dssync_process(TALLOC_CTX *mem_ctx, > dn_count = 1; > } > >+ status = NT_STATUS_OK; >+ > for (count=0; count < dn_count; count++) { > status = libnet_dssync_build_request(mem_ctx, ctx, > dns[count], >-- >1.6.2.5 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Flags:
vl
:
review+
Actions:
View
Attachments on
bug 6684
: 4623