~ubuntu-branches/ubuntu/quantal/libssh/quantal

« back to all changes in this revision

Viewing changes to libssh/session.c

  • Committer: Bazaar Package Importer
  • Author(s): Laurent Bigonville
  • Date: 2011-03-13 22:06:00 UTC
  • mfrom: (1.1.9 upstream) (4.1.11 sid)
  • Revision ID: james.westby@ubuntu.com-20110313220600-bbqbkcj8zelnfbbo
Tags: 0.4.8-2
* Upload to unstable
* debian/control: Add texlive-fonts-recommended to Build-Depends-Indep
  (Closes: #608319)

Show diffs side-by-side

added added

removed removed

Lines of Context:
153
153
 
154
154
  SAFE_FREE(session->serverbanner);
155
155
  SAFE_FREE(session->clientbanner);
 
156
  SAFE_FREE(session->bindaddr);
156
157
  SAFE_FREE(session->banner);
157
158
#ifdef WITH_PCAP
158
159
  if(session->pcap_ctx){