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:
ec4895e
)
REGTIME recongised as metadata
author
Aleš Křenek
<ljocha@ics.muni.cz>
Wed, 31 Aug 2005 09:46:21 +0000
(09:46 +0000)
committer
Aleš Křenek
<ljocha@ics.muni.cz>
Wed, 31 Aug 2005 09:46:21 +0000
(09:46 +0000)
org.glite.jp.primary/src/new_ftp_backend.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.jp.primary/src/new_ftp_backend.c
b/org.glite.jp.primary/src/new_ftp_backend.c
index
0f7a3f6
..
cdb7fdb
100644
(file)
--- a/
org.glite.jp.primary/src/new_ftp_backend.c
+++ b/
org.glite.jp.primary/src/new_ftp_backend.c
@@
-1789,6
+1789,7
@@
int glite_jppsbe_is_metadata(glite_jp_context_t ctx,const char *attr)
{
/* XXX: should be more */
if (!strcmp(attr,GLITE_JP_ATTR_OWNER)) return 1;
+ if (!strcmp(attr,GLITE_JP_ATTR_REGTIME)) return 1;
return 0;
}