Changeset: 07bb29456f91 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=07bb29456f91
Modified Files:
        monetdb5/modules/mal/Tests/inspect05.stable.out
        monetdb5/modules/mal/Tests/inspect05.stable.out.Windows
        monetdb5/modules/mal/clients.mx
Branch: Dec2011
Log Message:

checkPermission: remove unused argument

tst830 was already updated not to use the dropped argument.


diffs (36 lines):

diff --git a/monetdb5/modules/mal/Tests/inspect05.stable.out 
b/monetdb5/modules/mal/Tests/inspect05.stable.out
--- a/monetdb5/modules/mal/Tests/inspect05.stable.out
+++ b/monetdb5/modules/mal/Tests/inspect05.stable.out
@@ -784,7 +784,7 @@ end main;
 [ "addScenario",                 "pattern",      "clients",              
"(usr:str,sc:str):void ",                                                       
                                        "CLTaddScenario;"                       
                ]
 [ "addUser",                     "pattern",      "clients",              
"(nme:str,pw:str,scen:bat[:str,:any_1]):oid ",                                  
                                        "CLTaddUser;"                           
                ]
 [ "backendsum",                          "command",      "clients",      
"(pw:str):str ",                                                                
                                                        "CLTbackendsum;"        
                        ]
-[ "checkPermission",             "pattern",      "clients",              
"(usr:str,pw:str,sc:str):void ",                                                
                                        "CLTcheckPermission;"                   
                ]
+[ "checkPermission",             "pattern",      "clients",              
"(usr:str,pw:str):void ",                                                       
                                "CLTcheckPermission;"                           
        ]
 [ "changePassword",              "pattern",      "clients",              
"(old:str,new:str):void ",                                                      
                                        "CLTchangePassword;"                    
                ]
 [ "changeUsername",              "pattern",      "clients",              
"(old:str,new:str):void ",                                                      
                                        "CLTchangeUsername;"                    
                ]
 [ "getUsers",                    "pattern",      "clients",              
"(s:bat[:str,:any_1]):bat[:oid,:str] ",                                         
                                        "CLTgetUsers;"                          
                ]
diff --git a/monetdb5/modules/mal/Tests/inspect05.stable.out.Windows 
b/monetdb5/modules/mal/Tests/inspect05.stable.out.Windows
--- a/monetdb5/modules/mal/Tests/inspect05.stable.out.Windows
+++ b/monetdb5/modules/mal/Tests/inspect05.stable.out.Windows
@@ -773,7 +773,7 @@ end main;
 [ "addScenario",                 "pattern",      "clients",              
"(usr:str,sc:str):void ",                                                       
                                        "CLTaddScenario;"                       
                ]
 [ "addUser",                     "pattern",      "clients",              
"(nme:str,pw:str,scen:bat[:str,:any_1]):oid ",                                  
                                        "CLTaddUser;"                           
                ]
 [ "backendsum",                          "command",      "clients",      
"(pw:str):str ",                                                                
                                                        "CLTbackendsum;"        
                        ]
-[ "checkPermission",             "pattern",      "clients",              
"(usr:str,pw:str,sc:str):void ",                                                
                                        "CLTcheckPermission;"                   
                ]
+[ "checkPermission",             "pattern",      "clients",              
"(usr:str,pw:str):void ",                                                       
                                "CLTcheckPermission;"                           
        ]
 [ "changePassword",              "pattern",      "clients",              
"(old:str,new:str):void ",                                                      
                                        "CLTchangePassword;"                    
                ]
 [ "changeUsername",              "pattern",      "clients",              
"(old:str,new:str):void ",                                                      
                                        "CLTchangeUsername;"                    
                ]
 [ "getUsers",                    "pattern",      "clients",              
"(s:bat[:str,:any_1]):bat[:oid,:str] ",                                         
                                        "CLTgetUsers;"                          
                ]
diff --git a/monetdb5/modules/mal/clients.mx b/monetdb5/modules/mal/clients.mx
--- a/monetdb5/modules/mal/clients.mx
+++ b/monetdb5/modules/mal/clients.mx
@@ -684,7 +684,7 @@ str CLTsetPassword(Client cntxt, MalBlkP
 }
 
 @mal
-pattern checkPermission(usr:str, pw:str, sc:str):void
+pattern checkPermission(usr:str, pw:str):void
 address CLTcheckPermission
 comment "Check permission for a user, requires hashed password (backendsum)";
 @h
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to