~ubuntu-branches/debian/squeeze/smcroute/squeeze

« back to all changes in this revision

Viewing changes to src/lib.c

  • Committer: Bazaar Package Importer
  • Author(s): Julien BLACHE
  • Date: 2006-06-01 13:09:15 UTC
  • Revision ID: james.westby@ubuntu.com-20060601130915-uor8evbkftmg2bjp
Tags: 0.92-1
Initial release (closes: #369785).

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
  char *Pt = St;
56
56
 
57
57
  if( SockAdrPt->sin_family != AF_INET )
58
 
    log( LOG_ERR, 0, "fmtSockAdr: not an INET address" );
 
58
    smclog( LOG_ERR, 0, "fmtSockAdr: not an INET address" );
59
59
 
60
60
  Adr = SockAdrPt->sin_addr.s_addr;
61
61