http://bugzilla.moblin.org/show_bug.cgi?id=7710
pohly <patrick.ohly(a)intel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
--- Comment #11 from pohly <patrick.ohly(a)intel.com> 2010-01-15 08:13:45 PST ---
(In reply to comment #10)
+ T release() { T res = m_pointer; m_pointer = NULL; return res; }
I think this is a typo, m_pointer is not a pointer now, should not assign NULL
to it.
Correct. In C++ NULL = 0, so this only a naming problem. Will change it.
> Did I fix everything mentioned in this issue so that we can
consider it
> "resolved" now?
Did you forget this as you mentioned in MB7838
Tip: if you use "bug #7838", Bugzilla will create a link to it.
"
Implementation will be a bit tricky. We have to start a Synthesis session with
the "server" config in read-only mode, then at the point when the client is
authenticated, create a new config and switch to that while proceeding with the
same SyncML session. This depends on deferring some of the operations currently
done at the start of a sync until that point when the client is authorized (bug
#7710). I can have a look, but might not get around to it this week.
"
Right. So the remaining open item is:
- database dumping should be delayed until we know a) that the
client is authorized and b) which sources are really active
--
Configure bugmail:
http://bugzilla.moblin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching someone on the CC list of the bug.