git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e85a3a
)
follow API change
author
Aleš Křenek
<ljocha@ics.muni.cz>
Tue, 13 Nov 2007 17:17:06 +0000
(17:17 +0000)
committer
Aleš Křenek
<ljocha@ics.muni.cz>
Tue, 13 Nov 2007 17:17:06 +0000
(17:17 +0000)
org.glite.security.gss/test/test_gss.cpp
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.security.gss/test/test_gss.cpp
b/org.glite.security.gss/test/test_gss.cpp
index
288d405
..
d8be4d6
100644
(file)
--- a/
org.glite.security.gss/test/test_gss.cpp
+++ b/
org.glite.security.gss/test/test_gss.cpp
@@
-34,7
+34,6
@@
public:
private:
edg_wll_GssCred my_cred;
- char * my_subject;
int sock, port;
struct timeval timeout;
@@
-79,7
+78,7
@@
void GSSTest::setUp(void) {
key_file = cred_file = getenv("X509_USER_PROXY");
CPPUNIT_ASSERT_MESSAGE("credential file", cred_file);
- if (edg_wll_gss_acquire_cred_gsi(cred_file, key_file, &my_cred, &
my_subject, &
stat))
+ if (edg_wll_gss_acquire_cred_gsi(cred_file, key_file, &my_cred, &stat))
CPPUNIT_ASSERT_MESSAGE("gss_acquire_cred", 0);
sock = socket(PF_INET,SOCK_STREAM,0);