[Listener] Remove errbuf comment (cf. prev. commit)

errbuf doesn't seem to begin with ": " in all cases; I fixed that in
the previous commit but forgot to remove the wrong comment.
This commit is contained in:
Matteo Cypriani 2013-04-29 11:48:53 -04:00
parent 2b6a3a73ed
commit 2e4fb5a931
1 changed files with 1 additions and 1 deletions

View File

@ -932,7 +932,7 @@ int capture()
if (capture_handler == NULL) // Capture starting failed
{
fprintf(stderr, "Cannot create capture handler on '%s': %s\n",
source, errbuf) ; // Note: errbuf starts with ": "
source, errbuf) ;
return OWL_ERR_IFACE_PCAP_OPEN ;
}