From 2e4fb5a9318443c5854733a9c57b8329903e2f07 Mon Sep 17 00:00:00 2001 From: Matteo Cypriani Date: Mon, 29 Apr 2013 11:48:53 -0400 Subject: [PATCH] [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. --- owlps-listener/owlps-listenerd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/owlps-listener/owlps-listenerd.c b/owlps-listener/owlps-listenerd.c index ee69e92..a541087 100644 --- a/owlps-listener/owlps-listenerd.c +++ b/owlps-listener/owlps-listenerd.c @@ -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 ; }