From fcdf4cc2463e9817be6e14967b6fbca76bea992c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Milo=C5=A1=20Mula=C4=8D?= Date: Mon, 4 Sep 2006 12:21:32 +0000 Subject: [PATCH] enable to switch off authz checks --- org.glite.jp.common/interface/types.h | 1 + 1 file changed, 1 insertion(+) diff --git a/org.glite.jp.common/interface/types.h b/org.glite.jp.common/interface/types.h index e86d4c9..e4208c1 100644 --- a/org.glite.jp.common/interface/types.h +++ b/org.glite.jp.common/interface/types.h @@ -22,6 +22,7 @@ typedef struct _glite_jp_context { void *dbhandle; char **trusted_peers; char *myURL; + int noauth; } *glite_jp_context_t; typedef enum { -- 1.8.2.3