param: move the actual table out into param_table_static.c
[obnox/samba/samba-obnox.git] / python / samba / tests / docs.py
index 112f89ae80f665480c3d3a0f2306d8eabc8cec49..ded0c20cba579c786c60b479553d4d4bba0e9656 100644 (file)
@@ -60,7 +60,7 @@ def get_documented_parameters(sourcedir):
 
 def get_implementation_parameters(sourcedir):
     # Reading entries from source code
-    f = open(os.path.join(sourcedir, "lib/param/param_table.c"), "r")
+    f = open(os.path.join(sourcedir, "lib/param/param_table_static.c"), "r")
     try:
         # burn through the preceding lines
         while True: