This commit is contained in:
Dolf Schimmel (Freeaqingme)
2015-11-24 17:46:44 +01:00
parent d6bf69609f
commit 0c9e549560
2 changed files with 2 additions and 3 deletions

View File

@@ -30,12 +30,12 @@ import (
"encoding/gob"
"errors"
"fmt"
"log"
"net"
"os"
"reflect"
"strings"
"unsafe"
"log"
)
type sockaddr_in struct {
@@ -824,4 +824,3 @@ func Run(amilter Milter) int {
func Stop() {
C.smfi_stop()
}