Project

General

Profile

« Previous | Next » 

Revision d0bb84f7

Added by Doktor Notor over 8 years ago

Remove dummy config_lock() and config_unlock() functions

Been no-op for ages (https://github.com/pfsense/pfsense/commit/0027de0a544438f146cfc94f005fd6f4ba9f94d7).

View differences:

src/etc/inc/util.inc
105 105
	@unlink("{$g['varrun_path']}/{$subsystem}.dirty");
106 106
}
107 107

  
108
function config_lock() {
109
	return;
110
}
111
function config_unlock() {
112
	return;
113
}
114

  
115 108
/* lock configuration file */
116 109
function lock($lock, $op = LOCK_SH) {
117 110
	global $g;

Also available in: Unified diff