4 Jan
2010
4 Jan
'10
10:56 p.m.
Hi. Jason Kinzer a écrit :
I'm unclear why you're attempting external connections with an embedded server
To check if my binding is doing nonsense inside the embedded server. I would simply like an mclient interface to look inside interactively.
but it's for the vault issue at least it's trivial to avoid the dependency on an external file, e.g. in embeddedclient.c unlock the vault like this: char* secret = (char*)"somehardcodedstring"; if (AUTHunlockVault(&secret) != MAL_SUCCEED) return 0;
I'll keep that in mind. Thanks. -- Guillaume Yziquel http://yziquel.homelinux.org/