mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
fs_cli works on windows
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10937 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -207,9 +207,9 @@ int main(int argc, char *argv[])
|
||||
char cfile[512] = "/tmp/fs_cli_config";
|
||||
char *home = getenv("HOME");
|
||||
#else
|
||||
char hfile[512] = "c:\\fs_cli_history";
|
||||
char cfile[512] = "c:\\fs_cli_config";
|
||||
char *home = getenv("HOME");
|
||||
char hfile[512] = ".\\fs_cli_history";
|
||||
char cfile[512] = ".\\fs_cli_config";
|
||||
char *home = ""; //getenv("HOME");
|
||||
#endif
|
||||
|
||||
strncpy(profiles[0].host, "127.0.0.1", sizeof(profiles[0].host));
|
||||
|
Reference in New Issue
Block a user