Skip to content

Commit

Permalink
Don't need talloc_strdup yet
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Jan 27, 2014
1 parent 464d79f commit a32fdd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/mainconfig.c
Expand Up @@ -773,7 +773,7 @@ int read_mainconfig(int reload)
* pre-compilation in conffile.c. That should probably
* be fixed to be done as a second stage.
*/
mainconfig.dictionary_dir = talloc_strdup(NULL, DICTDIR);
mainconfig.dictionary_dir = DICTDIR;

/*
* Read the distribution dictionaries first, then
Expand Down

0 comments on commit a32fdd8

Please sign in to comment.