]> andersk Git - moira.git/blobdiff - gen/passwd.dc
1 real bug fix in arg passing, lots of DEBUGing messaages added
[moira.git] / gen / passwd.dc
index 658163ab0eca67f8876484d372df06ecedbc2c3a..835f61bf3166103debc784f6c05c004295b76f7d 100644 (file)
@@ -35,10 +35,10 @@ char **argv;
     EXEC SQL END DECLARE SECTION;
 
 #ifsql INGRES
-    EXEC SQL CONNECT sms;
+    EXEC SQL CONNECT moira;
 #endsql
 #ifsql INFORMIX
-    EXEC SQL DATABASE sms;
+    EXEC SQL DATABASE moira;
 #endsql
 
     if (argc == 2) {
This page took 0.034336 seconds and 4 git commands to generate.