space in front of lp_preexec() causing make proto to not detect this fn.
authorLuke Leighton <lkcl@samba.org>
Wed, 31 May 2000 05:42:16 +0000 (05:42 +0000)
committerLuke Leighton <lkcl@samba.org>
Wed, 31 May 2000 05:42:16 +0000 (05:42 +0000)
(This used to be commit 3a1ebfa080fa5b26c9d0e7573cbd4bd4c239f182)

source3/param/loadparm.c

index ada49515bfe5056885516d6a6d18c8b8f097abc8..3bab4dd175d9b13b2b18d9356cbd13e2798b95e3 100644 (file)
@@ -1695,7 +1695,7 @@ FN_GLOBAL_INTEGER(lp_oplock_break_wait_time, &Globals.oplock_break_wait_time)
 #ifdef WITH_LDAP
 FN_GLOBAL_INTEGER(lp_ldap_port, &Globals.ldap_port)
 #endif                         /* WITH_LDAP */
- FN_LOCAL_STRING(lp_preexec, szPreExec)
+FN_LOCAL_STRING(lp_preexec, szPreExec)
 FN_LOCAL_STRING(lp_postexec, szPostExec)
 FN_LOCAL_STRING(lp_rootpreexec, szRootPreExec)
 FN_LOCAL_STRING(lp_rootpostexec, szRootPostExec)