s3-mdssvc: use default g_main context
authorRalph Boehme <slow@samba.org>
Mon, 25 Mar 2019 15:11:30 +0000 (16:11 +0100)
committerRalph Boehme <slow@samba.org>
Wed, 24 Apr 2019 18:32:15 +0000 (18:32 +0000)
commit984c890cd0561bc016fd327ba7030df4e6b20b45
tree5e8e6fe16c731c799b20b46c58eb7dcadd903289
parent55b2cca14a115a9c13004ec9f59b6b95a2776e78
s3-mdssvc: use default g_main context

Way back when the module was developed it seemed to be necessary the use
a private context with push/pop as thread default. Maybe there was a bug
in libtracker-sparql dispatching callback in the wrong (global)
context. It's not necessary anymore with a recent libtracker-sparql
version.

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Noel Power <npower@samba.org>
source3/rpc_server/mdssvc/mdssvc.c