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:
5f075e3
)
- initialize dit structures before first usage
author
Jiří Škrábal
<nykolas@ics.muni.cz>
Tue, 6 Sep 2005 12:36:30 +0000
(12:36 +0000)
committer
Jiří Škrábal
<nykolas@ics.muni.cz>
Tue, 6 Sep 2005 12:36:30 +0000
(12:36 +0000)
org.glite.jp.client/src/jpimporter.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.jp.client/src/jpimporter.c
b/org.glite.jp.client/src/jpimporter.c
index
557206f
..
514a25c
100644
(file)
--- a/
org.glite.jp.client/src/jpimporter.c
+++ b/
org.glite.jp.client/src/jpimporter.c
@@
-183,6
+183,9
@@
int main(int argc, char *argv[])
fprintf(fpid, "%d", getpid());
fclose(fpid);
+ edg_wll_MaildirInit(reg_mdir);
+ edg_wll_MaildirInit(dump_mdir);
+
if ( !debug ) {
if ( daemon(1,0) == -1 ) { perror("deamon()"); exit(1); }