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:
56c590a
)
not needed assert.h removed
author
Miloš Mulač
<mulac@civ.zcu.cz>
Mon, 31 Jul 2006 12:08:23 +0000
(12:08 +0000)
committer
Miloš Mulač
<mulac@civ.zcu.cz>
Mon, 31 Jul 2006 12:08:23 +0000
(12:08 +0000)
org.glite.lb.server/src/lb_authz.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.server/src/lb_authz.c
b/org.glite.lb.server/src/lb_authz.c
index
e59e4d2
..
cd52c97
100644
(file)
--- a/
org.glite.lb.server/src/lb_authz.c
+++ b/
org.glite.lb.server/src/lb_authz.c
@@
-4,7
+4,6
@@
#include <unistd.h>
#include <errno.h>
#include <syslog.h>
-#include <assert.h>
#include "glite/lb/context-int.h"
#include "lb_authz.h"
@@
-207,7
+206,7
@@
edg_wll_SetVomsGroups(edg_wll_Context ctx, edg_wll_GssConnection *gss, char *ser
// ret = 0;
// XXX (MM): I do not know whether this error may be triggered by other
// bugs too... The error message may be incomplete.
- edg_wll_SetError(ctx, errno, "cert/key file not owned by process owner");
+ edg_wll_SetError(ctx, errno, "cert/key file not owned by process owner
?
");
goto end;
}