X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=client.c;h=10cb80505f6b5163a375c7804da4bb136c6ce8a2;hb=9627e8157c8c916555b993d7254b0b638815ebc1;hp=cf115e03c7ef639ace1f1de12c5387e1968d4058;hpb=1023721b3a7bf7f642b3e4d034c2314a3dc7becb;p=paraslash.git diff --git a/client.c b/client.c index cf115e03..10cb8050 100644 --- a/client.c +++ b/client.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2008 Andre Noll + * Copyright (C) 1997-2009 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -80,7 +80,7 @@ int main(int argc, char *argv[]) s.default_timeout.tv_sec = 1; s.default_timeout.tv_usec = 0; ret = client_open(argc, argv, &ct); - if (ret < 0) /* can not use PARA_LOG here */ + if (ret < 0) /* can not use PARA_LOG here because ct is NULL */ exit(EXIT_FAILURE); register_task(&svt); ret = schedule(&s);