Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merged from original minidlna 1.1.6 incl. fix for sql statement line …1926 and 1929 #5

Merged
merged 1 commit into from
Jun 27, 2016

Conversation

bl4ckb1rd77
Copy link

fix followed error from logfile

[2016/06/27 09:51:27] sql.c:88: error: prepare failed: near ")": syntax error
SELECT (select count(distinct DETAIL_ID) from OBJECTS o left join DETAILS d on (o.DETAIL_ID = d.ID) where (OBJECT_ID glob '$') and (o.CLASS like "item.audioItem%" and REF_ID is NULL) and (o.password is null or o.password = '' or o.password in ('')) + (select count() from OBJECTS o left join DETAILS d on (o.DETAIL_ID = d.ID) where (OBJECT_ID = '') and (o.CLASS like "item.audioItem%" and REF_ID is NULL) and (o.password is null or o.password = '' or o.password in (''))

and merged with latest original source (master - 1_1_6)

@NathanaelA NathanaelA merged commit 6aa3afc into NathanaelA:master Jun 27, 2016
@bl4ckb1rd77
Copy link
Author

great...

i also tested that now on my environment...
and the issue with password 0000 to forgot still persist.
service crashed after that.

cheers,

2016-06-27 17:34 GMT+02:00 Nathanael Anderson [email protected]:

Merged #5 #5.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#5 (comment), or mute
the thread
https://github.com/notifications/unsubscribe/AG2q9x-bm075nXyoocVQ-Cb0vWnyorazks5qP-17gaJpZM4I_EkS
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants