X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fkdump.c;h=3157512528238886e512fe42696d80a1e385be38;hb=cc9f94a61cbd9dcc0df0cf7d0c7c41d2cec88189;hp=a3d39018014eaf6347a7ac0de4a1248d0af53790;hpb=1ccf2613ceef2359f589cb3dd7e72a899c618b2f;p=idzebra-moved-to-github.git diff --git a/index/kdump.c b/index/kdump.c index a3d3901..3157512 100644 --- a/index/kdump.c +++ b/index/kdump.c @@ -4,7 +4,13 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: kdump.c,v $ - * Revision 1.19 2000-12-05 10:01:44 adam + * Revision 1.21 2002-04-04 20:50:37 adam + * Multi register works with record paths and data1 profile path + * + * Revision 1.20 2002/04/04 14:14:13 adam + * Multiple registers (alpha early) + * + * Revision 1.19 2000/12/05 10:01:44 adam * Fixed bug regarding user-defined attribute sets. * * Revision 1.18 1999/09/07 07:19:21 adam @@ -170,7 +176,7 @@ int main (int argc, char **argv) } else if (ret == 'c') { - if (!(res = res_open (arg))) + if (!(res = res_open (arg, 0))) { logf(LOG_FATAL, "Failed to open resource file %s", arg); exit (1); @@ -188,8 +194,8 @@ int main (int argc, char **argv) exit (1); } if (!res) - res = res_open ("zebra.cfg"); - zm = zebra_maps_open (res); + res = res_open ("zebra.cfg", 0); + zm = zebra_maps_open (res, 0); if (!(inf = fopen (key_fname, "r"))) { logf (LOG_FATAL|LOG_ERRNO, "fopen %s", key_fname);