ccapiserver -k not working in kfw-4.0.1?
Benjamin Kaduk
kaduk at MIT.EDU
Wed Mar 6 12:14:18 EST 2013
On Wed, 6 Mar 2013, Thomas Sondergaard wrote:
> If I start ccapiserver in one terminal and open another and run
> "ccapiserver -k" I would expect the ccapiserver process to shut down.
> This doesn't happen.
>
> Is it my understanding that is wrong or is there a bug?
It is probably one of those, yes. :)
The codepath which is supposed to do something with a detected -k argument
has been commented out since its import in 2008 (commit 7bfff838).
The commented code makes a call to a purpoted routine shutdown_server(),
an implementation of which has never been checked into the tree.
So, it's not going to work, without developer time.
-Ben
More information about the kfwdev
mailing list