diff options
| author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:04:32 +1300 |
|---|---|---|
| committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:19:03 -0800 |
| commit | ceda82f2ad74929ec3bee9c855e8da6de82ab20b (patch) | |
| tree | 99a4f9ac5f2e9f2f694cecdb312134d191e52fa9 /source3 | |
| parent | cae093c4e2e1dc4d559e2f050f4bf0f34274e558 (diff) | |
| download | samba-ceda82f2ad74929ec3bee9c855e8da6de82ab20b.tar.gz samba-ceda82f2ad74929ec3bee9c855e8da6de82ab20b.tar.xz samba-ceda82f2ad74929ec3bee9c855e8da6de82ab20b.zip | |
param: Rename variable used for lp_panic_action szPanicAction
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3')
| -rw-r--r-- | source3/param/loadparm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index 95cbd07098..d65c482b93 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -790,7 +790,7 @@ static void init_globals(bool reinit_globals) string_set(&Globals.szServerString, s); SAFE_FREE(s); #ifdef DEVELOPER - string_set(&Globals.szPanicAction, "/bin/sleep 999999999"); + string_set(&Globals.panic_action, "/bin/sleep 999999999"); #endif string_set(&Globals.socket_options, DEFAULT_SOCKET_OPTIONS); |
