HomeSort by: relevance | last modified time | path
    Searched defs:current_db_path (Results 1 - 1 of 1) sorted by relevancy

  /src/external/mpl/dhcp/dist/server/
db.c 1079 const char *current_db_path; local
1112 current_db_path = (test_mode ? "/dev/null" : path_dhcpd_db);
1113 db_file = fopen (current_db_path, "a");
1115 log_fatal ("Can't open %s for append.", current_db_path);

Completed in 30 milliseconds