~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/drizzle_protocol/oldlibdrizzle.cc

Removed many, many checks for functions that do not need to be checked.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
 
53
53
in_port_t ListenDrizzleProtocol::getPort(void) const
54
54
{
55
 
  struct servent *serv_ptr;
56
55
  char *env;
57
56
 
58
57
  if (port == 0)