Bug 242984. Pass jUsernameType to c interface.
This commit is contained in:
parent
dabe4594ac
commit
d5b3e04bd7
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 7 09:39:19 MST 2007 - jnorman@novell.com
|
||||
|
||||
- Bug 242984. CASA jni bug. Pass usernameType to c interface
|
||||
on miCASAGetCredential.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 6 07:14:09 MST 2007 - jnorman@novell.com
|
||||
|
||||
|
@ -147,6 +147,8 @@ Java_com_novell_casa_MiCasa_jmiCASAGetCredential
|
||||
(*env)->ReleaseStringUTFChars(env, jsSharedSecretID, utf_string);
|
||||
}
|
||||
|
||||
credential.unFlags = jUsernameType;
|
||||
|
||||
// make the call
|
||||
if (jsSharedSecretID)
|
||||
rcode = miCASAGetCredential(
|
||||
|
Loading…
Reference in New Issue
Block a user