not needed assert.h removed
authorMiloš Mulač <mulac@civ.zcu.cz>
Mon, 31 Jul 2006 12:08:23 +0000 (12:08 +0000)
committerMiloš Mulač <mulac@civ.zcu.cz>
Mon, 31 Jul 2006 12:08:23 +0000 (12:08 +0000)
org.glite.lb.server/src/lb_authz.c

index e59e4d2..cd52c97 100644 (file)
@@ -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;
    }