The Samba-Bugzilla – Attachment 13067 Details for
Bug 12693
dbwrap_watch.c", line 281: syntax error before or at: }
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to make Solaris C happy
patch.4.5.solarisC.1 (text/plain), 836 bytes, created by
Tom Schulz
on 2017-03-15 19:30:19 UTC
(
hide
)
Description:
Patch to make Solaris C happy
Filename:
MIME Type:
Creator:
Tom Schulz
Created:
2017-03-15 19:30:19 UTC
Size:
836 bytes
patch
obsolete
>From 74531334f3fe38fe420ab59b3f0f1c48d0754249 Mon Sep 17 00:00:00 2001 >From: Tom <schulz@adi.com> >Date: Wed, 15 Mar 2017 12:08:33 -0400 >Subject: [PATCH] Changes to make the Solaris C compiler happy. > >Signed-off-by: Tom schulz <schulz@adi.com> >--- > source3/lib/dbwrap/dbwrap_watch.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/source3/lib/dbwrap/dbwrap_watch.c b/source3/lib/dbwrap/dbwrap_watch.c >index 842ab86..efff478 100644 >--- a/source3/lib/dbwrap/dbwrap_watch.c >+++ b/source3/lib/dbwrap/dbwrap_watch.c >@@ -279,7 +279,7 @@ static struct db_record *dbwrap_watched_fetch_locked( > num_watchers = dbwrap_watched_parse(subrec_value, NULL, 0, NULL, NULL); > if (num_watchers == -1) { > /* Fresh or invalid record */ >- rec->value = (TDB_DATA) {}; >+ rec->value = (TDB_DATA) { 0 }; > return rec; > } > >-- >2.6.1 >
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
Actions:
View
Attachments on
bug 12693
:
13067
|
13081