X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=isam%2Fissh.c;h=7d77fcec0906f065e29eb8a88e6e71f88711cc7d;hb=cd3f39bbae63668b8806ed205132da166e73102f;hp=b511e725fd10fe9f930b9281758da1c32be9f3d1;hpb=5f8ba9f35bd3c9aeafe26613021f2edd141b8611;p=idzebra-moved-to-github.git diff --git a/isam/issh.c b/isam/issh.c index b511e72..7d77fce 100644 --- a/isam/issh.c +++ b/isam/issh.c @@ -1,6 +1,26 @@ -/* - * Excersizer-application for the isam subsystem. Don't play with it. - */ +/* $Id: issh.c,v 1.6 2002-08-02 19:26:56 adam Exp $ + Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002 + Index Data Aps + +This file is part of the Zebra server. + +Zebra is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. + +Zebra is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +for more details. + +You should have received a copy of the GNU General Public License +along with Zebra; see the file LICENSE.zebra. If not, write to the +Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA. +*/ + + #include #include @@ -143,8 +163,8 @@ int main() log_init(LOG_ALL, "issh", 0); - assert(common_resource = res_open("testres")); - + common_resource = res_open("testres"); + assert(common_resource); for (;;) {