X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fzebrash.c;h=e1532f9f9e7f9bec836d40768140926e129809e5;hb=3df3e928408f9b730578eba65737e9c8a19dd707;hp=469cf052fab3b00a827601994e85ec3d450b4d8d;hpb=63623cd0c55c41dc07c69cb76961f3db61924b97;p=idzebra-moved-to-github.git diff --git a/index/zebrash.c b/index/zebrash.c index 469cf05..e1532f9 100644 --- a/index/zebrash.c +++ b/index/zebrash.c @@ -1,5 +1,5 @@ /* zebrash.c - command-line interface to zebra API - * $Id: zebrash.c,v 1.6 2003-02-12 15:45:59 heikki Exp $ + * $Id: zebrash.c,v 1.7 2003-03-05 16:44:02 adam Exp $ * * Copyrigth 2003 Index Data Aps * @@ -374,7 +374,6 @@ int onecommand( char *line, char *outbuff) char *args[MAX_NO_ARGS]; int n; char argbuf[MAX_ARG_LEN]; - int rc; logf(LOG_APP,"%s",line); strncpy(argbuf,line, MAX_ARG_LEN-1); argbuf[MAX_ARG_LEN-1]='\0'; /* just to be sure */