~ubuntu-branches/ubuntu/edgy/ncbi-tools6/edgy

« back to all changes in this revision

Viewing changes to connect/test/test_ncbi_connutil_hit.c

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese
  • Date: 2006-07-19 23:28:07 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20060719232807-et3cdmcjgmnyleyx
Tags: 6.1.20060507-3ubuntu1
Re-merge with Debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*  $Id: test_ncbi_connutil_hit.c,v 6.13 2005/07/22 16:09:43 lavr Exp $
 
1
/*  $Id: test_ncbi_connutil_hit.c,v 6.14 2006/04/20 14:01:43 lavr Exp $
2
2
 * ===========================================================================
3
3
 *
4
4
 *                            PUBLIC DOMAIN NOTICE
162
162
    /* Success:  close the socket, cleanup, and exit */
163
163
    SOCK_Close(sock);
164
164
    CORE_SetLOG(0);
 
165
 
165
166
    return 0;
166
167
}
167
168
 
169
170
/*
170
171
 * ---------------------------------------------------------------------------
171
172
 * $Log: test_ncbi_connutil_hit.c,v $
 
173
 * Revision 6.14  2006/04/20 14:01:43  lavr
 
174
 * Cleanup to demonstrate no leaks
 
175
 *
172
176
 * Revision 6.13  2005/07/22 16:09:43  lavr
173
177
 * Add severity and timestamp to log message format
174
178
 *