*** empty log message ***

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@388 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Unknown User d91-jda
1996-04-08 23:08:20 +00:00
parent 7686c38ea0
commit 6bceb8e55b

View File

@@ -224,7 +224,7 @@ curdir(void)
#define LINE_MAX 1024 #define LINE_MAX 1024
#endif #endif
static void gurka(void) static void conn_wait(void)
{ {
int s, t; int s, t;
struct sockaddr_in sa; struct sockaddr_in sa;
@@ -258,7 +258,9 @@ main(int argc, char **argv, char **envp)
char *cp, line[LINE_MAX]; char *cp, line[LINE_MAX];
FILE *fd; FILE *fd;
gurka(); #if 0
conn_wait();
#endif
/* /*
* LOG_NDELAY sets up the logging connection immediately, * LOG_NDELAY sets up the logging connection immediately,