1
0
Fork 0
forked from External/grumble

grumble: fix unix build, freeze_unix.go was missing imports.

This commit is contained in:
Mikkel Krautz 2012-11-18 17:57:08 +01:00
parent f953ece6f2
commit d77f8843a7

View file

@ -6,6 +6,14 @@
package main
import (
"code.google.com/p/goprotobuf/proto"
"io/ioutil"
"os"
"path/filepath"
"strconv"
)
func (server *Server) freezeToFile() (err error) {
// Close the log file, if it's open
if server.freezelog != nil {