It compiles now, enabled database connection option.
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Wed, 17 Aug 2005 12:21:54 +0000 (12:21 +0000)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Wed, 17 Aug 2005 12:21:54 +0000 (12:21 +0000)
org.glite.jp.primary/src/new_ftp_backend.c
org.glite.jp.primary/src/soap_ops.c

index b2954a2..94501d4 100644 (file)
@@ -17,6 +17,7 @@
 #include "glite/jp/attr.h"
 #include "glite/jp/context.h"
 #include "glite/jp/strmd5.h"
+#include "glite/jp/attr.h"
 
 #include "tags.h"
 #include "backend.h"
@@ -197,7 +198,7 @@ int glite_jppsbe_init(
 
        config->logname = getlogin();
 
-       while ((opt = getopt_long(argc, argv, "I:E:" /* G: */, ftpbe_opts, NULL)) != EOF) {
+       while ((opt = getopt_long(argc, argv, "I:E:D:" /* G: */, ftpbe_opts, NULL)) != EOF) {
                switch (opt) {
                        case 'I': config->internal_path = optarg; break;
                        case 'E': config->external_path = optarg; break;
index c033eb1..907c2dd 100644 (file)
@@ -4,6 +4,7 @@
 
 #include "glite/jp/types.h"
 #include "glite/jp/context.h"
+#include "glite/jp/attr.h"
 
 #include "feed.h"
 #include "attrs.h"