X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=lib%2Fuimisc.c;h=6a30ffaa9eb76e77336397a449dfff96ae1a8ac2;hb=refs%2Fheads%2Fjava;hp=3706aebef624c72bf257c58000fcaa592a6757ab;hpb=0538f877d9bd213c13dc54b95a90d843cae95056;p=doldaconnect.git diff --git a/lib/uimisc.c b/lib/uimisc.c index 3706aeb..6a30ffa 100644 --- a/lib/uimisc.c +++ b/lib/uimisc.c @@ -1,6 +1,6 @@ /* * Dolda Connect - Modular multiuser Direct Connect-style client - * Copyright (C) 2004 Fredrik Tolf (fredrik@dolda2000.com) + * Copyright (C) 2004 Fredrik Tolf * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -328,7 +328,7 @@ static int init_krb5(struct logindata *data) if(dc_gethostname() == NULL) { - message(1, "cannot use krb5 without a host name"); + message(1, "cannot use krb5 without a host name\n"); return(1); } krb = smalloc(sizeof(*krb));